summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.txt2
-rw-r--r--buildout/bootstrap.py2
-rw-r--r--docs/setuptools.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index c1bbbe51..ce8d6413 100755
--- a/README.txt
+++ b/README.txt
@@ -51,7 +51,7 @@ your choice.
If your shell has the `wget` program you can do::
- $ wget http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py
+ $ wget http://nightly.ziade.org/distribute_setup.py
$ python distribute_setup.py
easy_install or pip
diff --git a/buildout/bootstrap.py b/buildout/bootstrap.py
index caacf081..d1e69381 100644
--- a/buildout/bootstrap.py
+++ b/buildout/bootstrap.py
@@ -34,7 +34,7 @@ try:
raise ImportError
except ImportError:
ez = {}
- exec urllib2.urlopen('http://bitbucket.org/tarek/distribute/downloads/distribute_setup.py'
+ exec urllib2.urlopen('http://nightly.ziade.org/distribute_setup.py'
).read() in ez
ez['use_setuptools'](to_dir=tmpeggs, download_delay=0)
if to_reload:
diff --git a/docs/setuptools.txt b/docs/setuptools.txt
index db425b60..7de0ab08 100644
--- a/docs/setuptools.txt
+++ b/docs/setuptools.txt
@@ -15,7 +15,7 @@ including just a single `bootstrap module`_ (an 8K .py file), your package will
automatically download and install ``setuptools`` if the user is building your
package from source and doesn't have a suitable version already installed.
-.. _bootstrap module: http://cdn.bitbucket.org/tarek/distribute/downloads/distribute_setup.py
+.. _bootstrap module: http://nightly.ziade.org/distribute_setup.py
Feature Highlights: