]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
update project-home URLs: /trac/tahoe/ was replaced by /trac/tahoe-lafs/
authorBrian Warner <warner@lothar.com>
Sun, 30 Oct 2011 19:14:28 +0000 (12:14 -0700)
committerBrian Warner <warner@lothar.com>
Sun, 30 Oct 2011 19:14:28 +0000 (12:14 -0700)
NEWS.rst
docs/frontends/webapi.rst
docs/quickstart.rst
relnotes.txt
src/allmydata/__init__.py
src/allmydata/test/test_upload.py
src/allmydata/uri.py

index 078bcbe288323098dd8e869056b51eb696266d8a..9e08ae36cefa35b5efb50edf16ac9779a5f230b2 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -727,9 +727,9 @@ Minor Changes
   has been improved. (`#773`_)
 
 For other changes not mentioned here, see
-<https://tahoe-lafs.org/trac/tahoe/query?milestone=1.6.0&keywords=!~news-done>.
+<https://tahoe-lafs.org/trac/tahoe-lafs/query?milestone=1.6.0&keywords=!~news-done>.
 To include the tickets mentioned above, go to
-<https://tahoe-lafs.org/trac/tahoe/query?milestone=1.6.0>.
+<https://tahoe-lafs.org/trac/tahoe-lafs/query?milestone=1.6.0>.
 
 .. _`#121`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/121
 .. _`#287`: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/287
@@ -1199,7 +1199,7 @@ The cli might not correctly handle arguments which contain non-ascii
 characters in Tahoe v1.3 (although depending on your platform it
 might, especially if your platform can be configured to pass such
 characters on the command-line in utf-8 encoding).  See
-https://tahoe-lafs.org/trac/tahoe/ticket/565 for details.
+https://tahoe-lafs.org/trac/tahoe-lafs/ticket/565 for details.
 
 Web changes
 '''''''''''
@@ -1427,7 +1427,7 @@ Other Changes
 
 - Clients now declare which versions of the protocols they
   support. This is part of a new backwards-compatibility system:
-  https://tahoe-lafs.org/trac/tahoe/wiki/Versioning .
+  https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Versioning .
 
 - The version strings for human inspection (as displayed on the
   Welcome web page, and included in logs) now includes a platform
index 49e8b1f15f0a4534d0345f8d504699eff71be7f1..47ab75429ecccdf642c55e9d720c363043a3a9d1 100644 (file)
@@ -158,7 +158,7 @@ listening on this port::
 
 So, to access the directory named above (which happens to be the
 publically-writeable sample directory on the Tahoe test grid, described at
-http://allmydata.org/trac/tahoe/wiki/TestGrid), the URL would be::
+http://allmydata.org/trac/tahoe-lafs/wiki/TestGrid), the URL would be::
 
  http://127.0.0.1:3456/uri/URI%3ADIR2%3Adjrdkfawoqihigoett4g6auz6a%3Ajx5mplfpwexnoqff7y5e4zjus4lidm76dcuarpct7cckorh2dpgq/
 
index 35d447618705874f39a76485d64497e8af3e01fd..73e5e40f7a40769a088f99433005041982b6b73b 100644 (file)
@@ -77,7 +77,7 @@ Advanced Installation
 
 For optional features such as tighter integration with your operating
 system's package manager, you can see the `AdvancedInstall
-<https://tahoe-lafs.org/trac/tahoe/wiki/AdvancedInstall>`_ wiki page.
+<https://tahoe-lafs.org/trac/tahoe-lafs/wiki/AdvancedInstall>`_ wiki page.
 The options on that page are not necessary to use Tahoe-LAFS and can be
 complicated, so we do not recommend following that page unless you have
 unusual requirements for advanced optional features. For most people,
index 01573531dd4e7b2d62934261a82d917f5502fcf5..5d02268ab68de00940018f16b696cbf99f0521f4 100644 (file)
@@ -133,15 +133,15 @@ September 13, 2011
 Boulder, Colorado, USA
 
 
-[1] https://tahoe-lafs.org/trac/tahoe/browser/relnotes.txt?rev=5164
+[1] https://tahoe-lafs.org/trac/tahoe-lafs/browser/relnotes.txt?rev=5164
 [2] https://tahoe-lafs.org/trac/tahoe-lafs/browser/1.8.3/NEWS.rst?rev=5014
-[3] https://tahoe-lafs.org/trac/tahoe/browser/docs/known_issues.rst
-[4] https://tahoe-lafs.org/trac/tahoe/wiki/RelatedProjects
-[5] https://tahoe-lafs.org/trac/tahoe/browser/COPYING.GPL
-[6] https://tahoe-lafs.org/trac/tahoe/browser/COPYING.TGPPL.rst
+[3] https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/known_issues.rst
+[4] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/RelatedProjects
+[5] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
+[6] https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
 [7] https://tahoe-lafs.org/source/tahoe/trunk/docs/quickstart.rst
 [8] https://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-dev
-[9] https://tahoe-lafs.org/trac/tahoe/roadmap
+[9] https://tahoe-lafs.org/trac/tahoe-lafs/roadmap
 [10] https://tahoe-lafs.org/trac/tahoe-lafs/browser/1.8.3/CREDITS?rev=5003
-[11] https://tahoe-lafs.org/trac/tahoe/wiki/Dev
+[11] https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Dev
 [12] https://tahoe-lafs.org/hacktahoelafs/
index 17e6ea0a9724f5bd66e273cc50e025eda5b6ef71..45484b2ca31426fd7bfb8aaea38776951c41fc66 100644 (file)
@@ -29,7 +29,7 @@ except ImportError:
 
 # __full_version__ is the one that you ought to use when identifying yourself in the
 # "application" part of the Tahoe versioning scheme:
-# http://allmydata.org/trac/tahoe/wiki/Versioning
+# http://allmydata.org/trac/tahoe-lafs/wiki/Versioning
 __full_version__ = __appname__ + '/' + str(__version__)
 
 import os, platform, re, subprocess, sys, traceback
index f1fefd4e6b5fae762fa3fce8938455f69dbc1d33..224b8bd5fb8139adbb78f5c57f5f3dba1513eb2f 100644 (file)
@@ -959,7 +959,7 @@ class EncodingParameters(GridTestMixin, unittest.TestCase, SetDEPMixin,
             self.basedir = self.mktemp()
         _basedir()
         # This scenario is at
-        # http://allmydata.org/trac/tahoe/ticket/778#comment:52
+        # http://allmydata.org/trac/tahoe-lafs/ticket/778#comment:52
         #
         # The scenario in comment:52 proposes that we have a layout
         # like:
@@ -1051,7 +1051,7 @@ class EncodingParameters(GridTestMixin, unittest.TestCase, SetDEPMixin,
 
     def test_problem_layout_comment_53(self):
         # This scenario is at
-        # http://allmydata.org/trac/tahoe/ticket/778#comment:53
+        # http://allmydata.org/trac/tahoe-lafs/ticket/778#comment:53
         #
         # Set up the grid to have one server
         def _change_basedir(ign):
index c500c7b31a72c5f665946adaf86955a94eee5194..8cb9d10f23aa0cb1ef4b890b974c58580ee57064 100644 (file)
@@ -834,7 +834,7 @@ def from_string(u, deep_immutable=False, name=u"<unknown name>"):
     # on all URIs, even though we would only strictly need to do so for caps of
     # new formats (post Tahoe-LAFS 1.6). URIs that are not consistent with their
     # prefix are treated as unknown. This should be revisited when we add the
-    # new cap formats. See <http://allmydata.org/trac/tahoe/ticket/833#comment:31>.
+    # new cap formats. See <http://allmydata.org/trac/tahoe-lafs/ticket/833#comment:31>.
     s = u
     can_be_mutable = can_be_writeable = not deep_immutable
     if s.startswith(ALLEGED_IMMUTABLE_PREFIX):