summaryrefslogtreecommitdiffstats
path: root/articles/cowboy-2.5.0/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/cowboy-2.5.0/index.html')
-rw-r--r--articles/cowboy-2.5.0/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/articles/cowboy-2.5.0/index.html b/articles/cowboy-2.5.0/index.html
index 3bf0ae20..31fe8aa6 100644
--- a/articles/cowboy-2.5.0/index.html
+++ b/articles/cowboy-2.5.0/index.html
@@ -78,7 +78,7 @@
<p>A <code>logger</code> option has been added to define which logger module shall be used. It defaults to <code>error_logger</code> but can be configured to Erlang/OTP 21&apos;s new <code>logger</code> module, the widely used <code>lager</code> or any module compatible with the <code>logger</code> module interface. In addition a <code>log</code> stream handler command has been added, allowing stream handlers to silence certain log messages if necessary.</p>
<p>Many bugs have also been fixed.</p>
<p>A complete list of changes can be found in the migration guide: <a href="https://ninenines.eu/docs/en/cowboy/2.5/guide/migrating_from_2.4/">Migrating from Cowboy 2.4 to 2.5</a>.</p>
-<p>You can donate to this project via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>. These funds are used to pay for additional servers for testing.</p>
+<p>You can donate to this project via <a href="https://github.com/sponsors/essen">GitHub Sponsors</a>. These funds are used to pay for additional servers for testing.</p>
<p>As usual, feedback is appreciated, and issues or questions should be sent via Github tickets. Thanks!</p>
@@ -92,6 +92,10 @@
+ <li><a href="https://ninenines.eu/articles/github-sponsors/">GitHub Sponsors</a></li>
+
+
+
<li><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></li>