diff options
author | 2012-01-29 22:10:48 +0000 | |
---|---|---|
committer | 2012-01-29 22:10:48 +0000 | |
commit | 90ddc75f226e3751b9497f937767e4d8e7eebb4d (patch) | |
tree | 7eb432931a6d414e1a185e0905df2ac3d3fd4ded | |
parent | 938526a52dcc86ed59dc8bf6b0a67c33325e3254 (diff) | |
download | paludis-90ddc75f226e3751b9497f937767e4d8e7eebb4d.tar.gz paludis-90ddc75f226e3751b9497f937767e4d8e7eebb4d.tar.xz |
Fix mailing lists urls.
-rw-r--r-- | doc/index.html.part.in | 2 | ||||
-rw-r--r-- | doc/overview/contact.html.part | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.html.part.in b/doc/index.html.part.in index 3fb41e7d5..9b94f5314 100644 --- a/doc/index.html.part.in +++ b/doc/index.html.part.in @@ -4,7 +4,7 @@ <ul> <li>We use <a href="http://trac.pioto.org/paludis/">Trac</a> for bug reports, feature requests etc.</li> - <li>You are encouraged to use the <a href="http://lists.pioto.org/mailman/listinfo/paludis-user">paludis-user</a> + <li>You are encouraged to use the <a href="http://lists.exherbo.org/mailman/listinfo/paludis-user">paludis-user</a> mailing list, or the <code>#paludis</code> IRC channel on <code>irc.freenode.net</code>.</li> <li>The current version is ###PALUDIS_VERSION###. See <a href="news.html">the release notes</a> and <a href="changelog.html">changelog</a>.</li> diff --git a/doc/overview/contact.html.part b/doc/overview/contact.html.part index 05509a4e5..2c99bb474 100644 --- a/doc/overview/contact.html.part +++ b/doc/overview/contact.html.part @@ -11,9 +11,9 @@ <p>We have two mailing lists:</p> <ul> - <li><a href="http://lists.pioto.org/mailman/listinfo/paludis-user">paludis-user</a>, for general + <li><a href="http://lists.exherbo.org/mailman/listinfo/paludis-user">paludis-user</a>, for general user questions.</li> - <li><a href="http://lists.pioto.org/mailman/listinfo/paludis-dev">paludis-dev</a>, for + <li><a href="http://lists.exherbo.org/mailman/listinfo/paludis-dev">paludis-dev</a>, for development. Rather high noise, since it gets an auto-CC: on trac tickets and nightly build reports.</li> </ul> |