diff options
author | Vladimir Vitvitskiy <vladimir.vitvitskiy@hp.com> | 2015-04-22 00:07:13 +0300 |
---|---|---|
committer | Vladimir Vitvitskiy <vladimir.vitvitskiy@hp.com> | 2015-04-22 00:07:13 +0300 |
commit | 780baca5a1be1ccaab1c684e13e7d01555583ca6 (patch) | |
tree | a46603b2369a012d8323942be88714b6edd3e049 /doc | |
parent | 3ce02265f8cb17303e965fc8c873498877fe6f44 (diff) | |
download | tox-780baca5a1be1ccaab1c684e13e7d01555583ca6.tar.gz |
fix broken links in the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config-v2.txt | 4 | ||||
-rw-r--r-- | doc/support.txt | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/doc/config-v2.txt b/doc/config-v2.txt index 42973c4..c9da0d5 100644 --- a/doc/config-v2.txt +++ b/doc/config-v2.txt @@ -27,7 +27,7 @@ coming up with its configuration language: section for each combination. Examples of real life situations arising from this: - * http://code.larlet.fr/django-rest-framework/src/eed0f39a7e45/tox.ini + * https://github.com/tomchristie/django-rest-framework/blob/b001a146d73348af18cfc4c943d87f2f389349c9/tox.ini * https://bitbucket.org/tabo/django-treebeard/src/93b579395a9c/tox.ini @@ -216,7 +216,7 @@ Transforming the examples: django-rest ------------------------------------------------ The original `django-rest-framework tox.ini -<http://code.larlet.fr/django-rest-framework/src/eed0f39a7e45/tox.ini>`_ +<https://github.com/tomchristie/django-rest-framework/blob/b001a146d73348af18cfc4c943d87f2f>`_ file has 159 lines and a lot of repetition, the new one would +have 20 lines and almost no repetition:: diff --git a/doc/support.txt b/doc/support.txt index 1ece16a..29962e7 100644 --- a/doc/support.txt +++ b/doc/support.txt @@ -21,9 +21,8 @@ professional support If you are looking for on-site teaching or consulting support, contact holger at `merlinux.eu`_, an association of -experienced `well-known Python developers`_. +experienced well-known Python developers. -.. _`well-known Python developers`: http://merlinux.eu/people.txt .. _`Maciej Fijalkowski`: http://www.ohloh.net/accounts/fijal .. _`Benjamin Peterson`: http://www.ohloh.net/accounts/gutworth .. _`Testing In Python (TIP) mailing list`: http://lists.idyll.org/listinfo/testing-in-python |