diff options
| author | Michael Merickel <michael@merickel.org> | 2013-03-12 13:53:14 -0700 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2013-03-12 13:53:14 -0700 |
| commit | 38ba7f4135c83872d661ea67ea6c7e98700b2e62 (patch) | |
| tree | 5a09dcd98fe75b47c120d5eadf1dc1d5b46fb2a1 /docs/designdefense.rst | |
| parent | 5fb6de8426aeaca7ecfd5babb7ba0372dbeab020 (diff) | |
| parent | 2d29f10e02d239745d04bf765b1c33f533c3c9b5 (diff) | |
| download | pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.tar.gz pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.tar.bz2 pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.zip | |
Merge pull request #885 from tshepang/hyperlinks
fix/update hyperlinks
Diffstat (limited to 'docs/designdefense.rst')
| -rw-r--r-- | docs/designdefense.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/designdefense.rst b/docs/designdefense.rst index 69a921498..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 @@ -1030,7 +1030,7 @@ but its intended userbase is much the same. Many others exist. We've actually even (only as a teaching tool, not as any sort of official project) `created one using Pyramid <http://bfg.repoze.org/videos#groundhog1>`_ (the videos use BFG, a precursor to Pyramid, but the resulting code is `available -for Pyramid too <http://github.com/Pylons/groundhog>`_). Microframeworks are +for Pyramid too <https://github.com/Pylons/groundhog>`_). Microframeworks are small frameworks with one common feature: each allows its users to create a fully functional application that lives in a single Python file. |
