diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-25 18:26:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-25 18:26:18 (GMT) |
commit | 72c081d1e783017d8f4539025bf08dc6d79320b2 (patch) | |
tree | 99061d748d79ef55b873e46d58a381c7a19d396c /Doc/faq | |
parent | 1adbacfd1c80f4f724c5d515e48a518d0b1be2dd (diff) | |
download | cpython-72c081d1e783017d8f4539025bf08dc6d79320b2.zip cpython-72c081d1e783017d8f4539025bf08dc6d79320b2.tar.gz cpython-72c081d1e783017d8f4539025bf08dc6d79320b2.tar.bz2 |
linkify
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/general.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index d035a8d..64e22cd 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -269,9 +269,10 @@ Where in the world is www.python.org located? --------------------------------------------- The Python project's infrastructure is located all over the world. -www.python.org is currently in Amsterdam, graciously hosted by `XS4ALL -<http://www.xs4all.nl>`_. `Upfront Systems <http://www.upfrontsystems.co.za>`_ -hosts bugs.python.org. Most other Python services like `PyPI +`www.python.org <http://www.python.org>`_ is currently in Amsterdam, graciously +hosted by `XS4ALL <http://www.xs4all.nl>`_. `Upfront Systems +<http://www.upfrontsystems.co.za>`_ hosts `bugs.python.org +<http://bugs.python.org>`_. Most other Python services like `PyPI <https://pypi.python.org>`_ and hg.python.org are hosted by `Oregon State University Open Source Lab <https://osuosl.org>`_. |