summaryrefslogtreecommitdiffstats
path: root/_build/static/docs/en/cowboy/1.0/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-10-19 13:18:32 +0200
committerLoïc Hoguin <[email protected]>2016-10-19 13:18:32 +0200
commit87182b2ff15eecca272589f8e2960dffe52ce6ec (patch)
treefbde0055b66894d67859b9d8f190b5bbde453ba5 /_build/static/docs/en/cowboy/1.0/guide
parenta7393a27b98e93fbe06227236e2db0a364645765 (diff)
downloadninenines.eu-87182b2ff15eecca272589f8e2960dffe52ce6ec.tar.gz
ninenines.eu-87182b2ff15eecca272589f8e2960dffe52ce6ec.tar.bz2
ninenines.eu-87182b2ff15eecca272589f8e2960dffe52ce6ec.zip
Fix mailing lists link in old 1.0 docs
Diffstat (limited to '_build/static/docs/en/cowboy/1.0/guide')
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/architecture/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/broken_clients/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/cookies/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/erlang_beginners/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/erlang_web/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/getting_started/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/hooks/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/http_handlers/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/http_req_life/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/introduction/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/loop_handlers/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/middlewares/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/modern_web/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/multipart_intro/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/multipart_req/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/req/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/req_body/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/resource_design/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/resp/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/rest_flowcharts/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/rest_handlers/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/rest_principles/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/routing/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/static_handlers/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/upgrade_protocol/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/ws_handlers/index.html2
-rw-r--r--_build/static/docs/en/cowboy/1.0/guide/ws_protocol/index.html2
28 files changed, 28 insertions, 28 deletions
diff --git a/_build/static/docs/en/cowboy/1.0/guide/architecture/index.html b/_build/static/docs/en/cowboy/1.0/guide/architecture/index.html
index 399c0047..054fd97e 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/architecture/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/architecture/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/broken_clients/index.html b/_build/static/docs/en/cowboy/1.0/guide/broken_clients/index.html
index 077ccf01..81086e95 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/broken_clients/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/broken_clients/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/cookies/index.html b/_build/static/docs/en/cowboy/1.0/guide/cookies/index.html
index a0e3abde..e315fccd 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/cookies/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/cookies/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/erlang_beginners/index.html b/_build/static/docs/en/cowboy/1.0/guide/erlang_beginners/index.html
index fa605bd9..23de4035 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/erlang_beginners/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/erlang_beginners/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/erlang_web/index.html b/_build/static/docs/en/cowboy/1.0/guide/erlang_web/index.html
index a79c3d74..23430883 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/erlang_web/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/erlang_web/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/getting_started/index.html b/_build/static/docs/en/cowboy/1.0/guide/getting_started/index.html
index 4e2f896a..bd063c52 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/getting_started/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/getting_started/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/hooks/index.html b/_build/static/docs/en/cowboy/1.0/guide/hooks/index.html
index b90b9d23..861a97b5 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/hooks/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/hooks/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/http_handlers/index.html b/_build/static/docs/en/cowboy/1.0/guide/http_handlers/index.html
index 648c538c..512558af 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/http_handlers/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/http_handlers/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/http_req_life/index.html b/_build/static/docs/en/cowboy/1.0/guide/http_req_life/index.html
index a16d81d7..9ee8b4d0 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/http_req_life/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/http_req_life/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/index.html b/_build/static/docs/en/cowboy/1.0/guide/index.html
index 88a7f25d..52d8fdcc 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/introduction/index.html b/_build/static/docs/en/cowboy/1.0/guide/introduction/index.html
index 2d0ca177..8b73b179 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/introduction/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/introduction/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/loop_handlers/index.html b/_build/static/docs/en/cowboy/1.0/guide/loop_handlers/index.html
index 52d8e211..8d177942 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/loop_handlers/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/loop_handlers/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/middlewares/index.html b/_build/static/docs/en/cowboy/1.0/guide/middlewares/index.html
index 812304e4..c9bf10ee 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/middlewares/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/middlewares/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/modern_web/index.html b/_build/static/docs/en/cowboy/1.0/guide/modern_web/index.html
index faf54148..530a5af0 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/modern_web/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/modern_web/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/multipart_intro/index.html b/_build/static/docs/en/cowboy/1.0/guide/multipart_intro/index.html
index 37d8593c..1ace9c22 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/multipart_intro/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/multipart_intro/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/multipart_req/index.html b/_build/static/docs/en/cowboy/1.0/guide/multipart_req/index.html
index 5a32c47b..d4661cb6 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/multipart_req/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/multipart_req/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/req/index.html b/_build/static/docs/en/cowboy/1.0/guide/req/index.html
index 843d2366..7005d09b 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/req/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/req/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/req_body/index.html b/_build/static/docs/en/cowboy/1.0/guide/req_body/index.html
index 72465015..f244a694 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/req_body/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/req_body/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/resource_design/index.html b/_build/static/docs/en/cowboy/1.0/guide/resource_design/index.html
index 5d199102..2f9a358e 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/resource_design/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/resource_design/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/resp/index.html b/_build/static/docs/en/cowboy/1.0/guide/resp/index.html
index b02b7f94..f9783518 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/resp/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/resp/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/rest_flowcharts/index.html b/_build/static/docs/en/cowboy/1.0/guide/rest_flowcharts/index.html
index 2dfaf2ac..825dcc0a 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/rest_flowcharts/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/rest_flowcharts/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/rest_handlers/index.html b/_build/static/docs/en/cowboy/1.0/guide/rest_handlers/index.html
index d6139b69..3bdad4fd 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/rest_handlers/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/rest_handlers/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/rest_principles/index.html b/_build/static/docs/en/cowboy/1.0/guide/rest_principles/index.html
index 37574e4b..2dd15113 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/rest_principles/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/rest_principles/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/routing/index.html b/_build/static/docs/en/cowboy/1.0/guide/routing/index.html
index b1c76344..934e6136 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/routing/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/routing/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/static_handlers/index.html b/_build/static/docs/en/cowboy/1.0/guide/static_handlers/index.html
index 27328df6..20df02fd 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/static_handlers/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/static_handlers/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/upgrade_protocol/index.html b/_build/static/docs/en/cowboy/1.0/guide/upgrade_protocol/index.html
index e01c73e8..f110da9f 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/upgrade_protocol/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/upgrade_protocol/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/ws_handlers/index.html b/_build/static/docs/en/cowboy/1.0/guide/ws_handlers/index.html
index d582f396..fe712da7 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/ws_handlers/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/ws_handlers/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>
diff --git a/_build/static/docs/en/cowboy/1.0/guide/ws_protocol/index.html b/_build/static/docs/en/cowboy/1.0/guide/ws_protocol/index.html
index c702d3f8..18dd793e 100644
--- a/_build/static/docs/en/cowboy/1.0/guide/ws_protocol/index.html
+++ b/_build/static/docs/en/cowboy/1.0/guide/ws_protocol/index.html
@@ -43,7 +43,7 @@
<li><a title="Technical publications" href="/articles">Articles</a></li>
<li><a title="Our talks" href="/talks">Talks</a></li>
<li class="active"><a title="Our services" href="/support">Pricing &amp; Sponsoring</a></li>
- <li><a title="Community support" href="http://lists.ninenines.eu">Mailing Lists</a></li>
+ <li><a title="Community support" href="https://ninenines.eu/archives/extend/">Mailing Lists</a></li>
<li><a title="Contact us" href="mailto:[email protected]">Contact</a></li>
</ul>
</nav>