Use https instead of http in links, comments, docstrings etc.

Update URLs to new sites where needed.
This commit is contained in:
Paul Wise 2014-10-14 19:38:29 +08:00 committed by Jan Dittberner
parent dbb3fdf106
commit ec3a33545c
40 changed files with 100 additions and 100 deletions

View file

@ -2,8 +2,8 @@ Development of Debian Member Portfolio Service
==============================================
The Debian Member Portfolio Service is implemented in `Python
<http://www.python.org>`_ using the `Pylons
<http://docs.pylonsproject.org/en/latest/docs/pylons.html>`_ web application
<https://www.python.org>`_ using the `Pylons
<https://pylons.readthedocs.org/en/latest/>`_ web application
framework.
The following sections describe how to setup a local development environment
@ -155,7 +155,7 @@ Placeholder Replacement
%(wikihomepage)s full name in camel case (i.e. JohnSmith)
================== ========================================
.. _alioth.debian.org: http://alioth.debian.org/
.. _alioth.debian.org: https://alioth.debian.org/
The replacement of placeholders is performed in the
:py:meth:`~debianmemberportfolio.controllers.portfolio.DdportfolioController.urllist`

View file

@ -8,7 +8,7 @@ Debian Member Portfolio Service
The Debian Member Portfolio Service is a web application that provides links to
information regarding the activities of a person related to the `Debian Project
<http://www.debian.org/>`_.
<https://www.debian.org/>`_.
The service was originally implemented and is hosted by Jan Dittberner at
http://portfolio.debian.net/.