This is an automated email from the ASF dual-hosted git repository.
jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pouchdb.git
The following commit(s) were added to refs/heads/master by this push:
new 07f76578d docs: updated Discuss links
07f76578d is described below
commit 07f76578dc3e899589050c0c2b2fc9a030d32ae3
Author: alxndrsn <alxndrsn>
AuthorDate: Fri Nov 28 08:24:05 2025 +0000
docs: updated Discuss links
Remove outdated community links and replace with current ones.
---
docs/_layouts/default.html | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index d07cf98d8..b720231b0 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -174,9 +174,8 @@
<div class="col-sm-3">
<h3 class="nav-head">Discuss</h3>
<ul class="nav nav-silent">
- <li><a
href="https://groups.google.com/forum/#!forum/pouchdb">Mailing List</a></li>
- <li><a href="ircs://irc.libera.chat:6697#pouchdb">IRC</a> <a
href="https://web.libera.chat/#pouchdb">(web)</a></li>
- <li><a href="http://twitter.com/pouchdb">Twitter</a></li>
+ <li><a
href="https://github.com/apache/pouchdb/discussions">GitHub Discussions</a></li>
+ <li><a
href="https://join.slack.com/t/couchdb/shared_invite/zt-3aqucllea-C92fkzW5oO_VhllRCqFbcw">Slack</a></li>
<li><a
href="http://stackoverflow.com/questions/tagged/pouchdb">StackOverflow</a></li>
</ul>
</div>