summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-02-19 23:15:36 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-03-05 01:57:38 +0200
commitcff8573673d919fd0fc3b283bef03923e1db54b5 (patch)
treef6bf97a0ba9427ae56a26142cf74457f95e95290 /docs
parent6ad5fb2a48c9a0c081eb3e2b138752bc8c4e63fb (diff)
downloadpyramid-cff8573673d919fd0fc3b283bef03923e1db54b5.tar.gz
pyramid-cff8573673d919fd0fc3b283bef03923e1db54b5.tar.bz2
pyramid-cff8573673d919fd0fc3b283bef03923e1db54b5.zip
update links
Diffstat (limited to 'docs')
-rw-r--r--docs/designdefense.rst2
-rw-r--r--docs/glossary.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst
index ffcb6c5b1..749c9b099 100644
--- a/docs/designdefense.rst
+++ b/docs/designdefense.rst
@@ -238,7 +238,7 @@ registry API.
:app:`Pyramid` framework developers were so concerned about conceptual load
issues of the ZCA registry API for framework developers that a `replacement
-registry implementation <http://svn.repoze.org/repoze.component/trunk>`_
+registry implementation <https://github.com/repoze/repoze.component>`_
named :mod:`repoze.component` was actually developed. Though this package
has a registry implementation which is fully functional and well-tested, and
its API is much nicer than the ZCA registry API, work on it was largely
diff --git a/docs/glossary.rst b/docs/glossary.rst
index d3176325f..75bc126f8 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -684,7 +684,7 @@ Glossary
The C implementation of the Python language. This is the
reference implementation that most people refer to as simply
"Python"; :term:`Jython`, Google's App Engine, and `PyPy
- <http://codespeak.net/pypy/dist/pypy/doc/>`_ are examples of
+ <http://doc.pypy.org/en/latest/>`_ are examples of
non-C based Python implementations.
View Lookup