summaryrefslogtreecommitdiff
path: root/docs/designdefense.rst
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/designdefense.rst
parent6ad5fb2a48c9a0c081eb3e2b138752bc8c4e63fb (diff)
downloadpyramid-cff8573673d919fd0fc3b283bef03923e1db54b5.tar.gz
pyramid-cff8573673d919fd0fc3b283bef03923e1db54b5.tar.bz2
pyramid-cff8573673d919fd0fc3b283bef03923e1db54b5.zip
update links
Diffstat (limited to 'docs/designdefense.rst')
-rw-r--r--docs/designdefense.rst2
1 files changed, 1 insertions, 1 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