diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2011-02-07 08:48:26 -0600 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2011-02-07 08:48:26 -0600 |
commit | 262a5888a469b87d4482c3d34701cd5f70a9e364 (patch) | |
tree | 6d6ea227e08e9e1c7cca3ba4008a83191afbf618 | |
parent | a839ccf5223d7839526448a02bfb558fe7f70500 (diff) | |
download | bcfg2-262a5888a469b87d4482c3d34701cd5f70a9e364.tar.gz bcfg2-262a5888a469b87d4482c3d34701cd5f70a9e364.tar.bz2 bcfg2-262a5888a469b87d4482c3d34701cd5f70a9e364.zip |
Update links to point to bcfg2.org
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r-- | doc/development/documentation.txt | 2 | ||||
-rw-r--r-- | doc/help/index.txt | 2 | ||||
-rw-r--r-- | gentoo/bcfg2-1.1.1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/development/documentation.txt b/doc/development/documentation.txt index 0f75b9bba..957ca37bd 100644 --- a/doc/development/documentation.txt +++ b/doc/development/documentation.txt @@ -13,7 +13,7 @@ There are two parts of documentation in the Bcfg2 project: The wiki -------- -.. _Wiki: http://trac.mcs.anl.gov/projects/bcfg2/wiki +.. _Wiki: http://bcfg2.org .. _Trac: http://trac.edgewall.org/ .. _OpenID: https://openid.org/ .. _MCS: http://www.mcs.anl.gov/ diff --git a/doc/help/index.txt b/doc/help/index.txt index 63c2ca350..59f217a04 100644 --- a/doc/help/index.txt +++ b/doc/help/index.txt @@ -26,7 +26,7 @@ active. .. _IRC logs: http://colabti.org/irclogger/irclogger_logs/bcfg2 .. _Bcfg2 mailing list archives: http://trac.mcs.anl.gov/projects/bcfg2/wiki/MailingList -.. _Trac ticket tracker: http://trac.mcs.anl.gov/projects/bcfg2/wiki +.. _Trac ticket tracker: http://bcfg2.org Report A Bug ============ diff --git a/gentoo/bcfg2-1.1.1.ebuild b/gentoo/bcfg2-1.1.1.ebuild index 7b4bd7888..1992ddaa4 100644 --- a/gentoo/bcfg2-1.1.1.ebuild +++ b/gentoo/bcfg2-1.1.1.ebuild @@ -11,7 +11,7 @@ RESTRICT_PYTHON_ABIS="2.4 2.5 3.*" inherit distutils DESCRIPTION="Bcfg2 is a configuration management tool." -HOMEPAGE="http://trac.mcs.anl.gov/projects/bcfg2" +HOMEPAGE="http://bcfg2.org" # handle the "pre" case MY_P="${P/_/}" |