summaryrefslogtreecommitdiff
path: root/doc/website
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2011-06-06 21:29:36 +0000
committerRobert Gemmell <robbie@apache.org>2011-06-06 21:29:36 +0000
commit4e9eaa8538ed54f0bcfb3162204dabb9d7c763d1 (patch)
tree968e936eb8b1460317b370efacd8309d6fe53e31 /doc/website
parentd9aa63fbea3f230e2b9c3cb7aa7e14fc223898db (diff)
downloadqpid-python-4e9eaa8538ed54f0bcfb3162204dabb9d7c763d1.tar.gz
NO-JIRA: update out-of-date URLs for the mailing list archives at Nabble, fix broken svn props url, make XSL stylesheet location a constant and add possible alternative setting for Ubuntu users
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1132783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doc/website')
-rw-r--r--doc/website/content/mailing_lists.html5
-rw-r--r--doc/website/content/source_repository.html2
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/website/content/mailing_lists.html b/doc/website/content/mailing_lists.html
index b1c5266e40..3494e092e0 100644
--- a/doc/website/content/mailing_lists.html
+++ b/doc/website/content/mailing_lists.html
@@ -39,7 +39,7 @@
<li>The user's mailing list is archived. You can view the archive at:
<ul>
<li>Apache archive: <a href="http://mail-archives.apache.org/mod_mbox/qpid-users/">http://mail-archives.apache.org/mod_mbox/qpid-users/</a><br/></li>
- <li>Nabble archive: <a href="http://n2.nabble.com/Apache-Qpid-users-f2158936.html">http://n2.nabble.com/Apache-Qpid-users-f2158936.html</a></li>
+ <li>Nabble archive: <a href="http://apache-qpid-users.2158936.n2.nabble.com">http://apache-qpid-users.2158936.n2.nabble.com</a></li>
</ul>
</li>
</ul>
@@ -57,8 +57,7 @@
<li>The developer's mailing list is archived. You can view the archive at:
<ul>
<li>Apache archive: <a href="http://mail-archives.apache.org/mod_mbox/qpid-dev/">http://mail-archives.apache.org/mod_mbox/qpid-dev/</a></li>
- <li>Nabble archive: <a href="http://www.nabble.com/Qpid-Developers-f16694.html">http://www.nabble.com/Qpid-Developers-f16694.html</a><br/>
- and <a href="http://n2.nabble.com/Apache-Qpid-developers-f2158895.html">http://n2.nabble.com/Apache-Qpid-developers-f2158895.html</a></li>
+ <li>Nabble archive: <a href="http://apache-qpid-developers.2158895.n2.nabble.com">http://apache-qpid-developers.2158895.n2.nabble.com</a></li>
</ul>
</li>
</ul>
diff --git a/doc/website/content/source_repository.html b/doc/website/content/source_repository.html
index 147669991e..ebb0e1321e 100644
--- a/doc/website/content/source_repository.html
+++ b/doc/website/content/source_repository.html
@@ -69,6 +69,6 @@ git clone http://git.apache.org/qpid.git qpid
<p>When adding files to subversion, it's important that your subversion client is properly setup to the appropriate subversion properties are set. The client can do it automatically by modifying the auto-props section of the subversion config file. Use the contents of:</p>
<pre>
-http://svn.apache.org/repos/asf/qpid/trunk/etc/svn-auto-props
+http://svn.apache.org/repos/asf/qpid/trunk/qpid/etc/svn-auto-props
</pre>
</div>