summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-12 13:53:14 -0700
committerMichael Merickel <michael@merickel.org>2013-03-12 13:53:14 -0700
commit38ba7f4135c83872d661ea67ea6c7e98700b2e62 (patch)
tree5a09dcd98fe75b47c120d5eadf1dc1d5b46fb2a1 /docs/index.rst
parent5fb6de8426aeaca7ecfd5babb7ba0372dbeab020 (diff)
parent2d29f10e02d239745d04bf765b1c33f533c3c9b5 (diff)
downloadpyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.tar.gz
pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.tar.bz2
pyramid-38ba7f4135c83872d661ea67ea6c7e98700b2e62.zip
Merge pull request #885 from tshepang/hyperlinks
fix/update hyperlinks
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 6e2568a21..bc711f8ff 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -189,7 +189,7 @@ The `Pylons Project web site <http://pylonsproject.org/>`_ is the main online
source of :app:`Pyramid` support and development information.
To report bugs, use the `issue tracker
-<http://github.com/Pylons/pyramid/issues>`_.
+<https://github.com/Pylons/pyramid/issues>`_.
If you've got questions that aren't answered by this documentation,
contact the `Pylons-discuss maillist
@@ -197,7 +197,7 @@ contact the `Pylons-discuss maillist
IRC channel <irc://irc.freenode.net/#pyramid>`_.
Browse and check out tagged and trunk versions of :app:`Pyramid` via
-the `Pyramid GitHub repository <http://github.com/Pylons/pyramid/>`_.
+the `Pyramid GitHub repository <https://github.com/Pylons/pyramid/>`_.
To check out the trunk via ``git``, use this command:
.. code-block:: text