diff options
| author | LuisCastilloH <andres.castillo.hdez@gmail.com> | 2018-05-16 10:14:04 -0500 |
|---|---|---|
| committer | LuisCastilloH <andres.castillo.hdez@gmail.com> | 2018-05-16 10:14:04 -0500 |
| commit | e6581faba90297aec9e41293be8c181f89e6816d (patch) | |
| tree | 9a9ba93b2d922b5df3425379709906c99bb7f72a /docs/tutorials | |
| parent | d71bbc6358e1bc5a84a2d9ab637bdf32d027431c (diff) | |
| download | pyramid-e6581faba90297aec9e41293be8c181f89e6816d.tar.gz pyramid-e6581faba90297aec9e41293be8c181f89e6816d.tar.bz2 pyramid-e6581faba90297aec9e41293be8c181f89e6816d.zip | |
Update GitHub URLs for tutorials
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/index.rst | 2 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/index.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/index.rst b/docs/tutorials/wiki/index.rst index 4c107a364..7bd58656b 100644 --- a/docs/tutorials/wiki/index.rst +++ b/docs/tutorials/wiki/index.rst @@ -10,7 +10,7 @@ finished, the developer will have created a basic Wiki application with authentication. For cut and paste purposes, the source code for all stages of this -tutorial can be browsed on GitHub at `GitHub <https://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki/src/>`_ for a specific branch or version under ``docs/tutorials/wiki/src``, +tutorial can be browsed on GitHub at `GitHub <https://github.com/Pylons/pyramid/>`_ for a specific branch or version under ``docs/tutorials/wiki/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: diff --git a/docs/tutorials/wiki2/index.rst b/docs/tutorials/wiki2/index.rst index 32d2ad0c3..40a194155 100644 --- a/docs/tutorials/wiki2/index.rst +++ b/docs/tutorials/wiki2/index.rst @@ -7,8 +7,8 @@ This tutorial introduces an :term:`SQLAlchemy` and :term:`URL dispatch`-based :app:`Pyramid` application to a developer familiar with Python. When finished, the developer will have created a basic wiki application with authentication and authorization. -For cut and paste purposes, the source code for all stages of this tutorial can -be browsed on `GitHub <https://github.com/Pylons/pyramid/blob/master/docs/tutorials/wiki2/src/>`_, +For cut and paste purposes, the source code for all stages of this +tutorial can be browsed on GitHub at `GitHub <https://github.com/Pylons/pyramid/>`_ for a specific branch or version under ``docs/tutorials/wiki2/src``, which corresponds to the same location if you have Pyramid sources. .. toctree:: |
