update project-home URLs: /trac/tahoe/ was replaced by /trac/tahoe-lafs/

This commit is contained in:
Brian Warner 2011-10-30 12:14:28 -07:00
parent b952d9dc1b
commit 05dbb1cf86
7 changed files with 17 additions and 17 deletions

View File

@ -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

View 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/

View 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,

View 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/

View 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

View 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):

View 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):