Skip to content

Commit 6911342

Browse files
committed
Fixed URLs to use HTTPS
1 parent edf2ad0 commit 6911342

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ operating with it on any Python application.
1919
:alt: Dice Notation Tools for Python Pypi package page
2020

2121
.. image:: https://img.shields.io/badge/docs-release-blue.svg
22-
:target: http://docs.bernardomg.com/dice-notation-python
22+
:target: https://docs.bernardomg.com/dice-notation-python
2323
:alt: Dice Notation Tools for Python latest documentation
2424
.. image:: https://img.shields.io/badge/docs-develop-blue.svg
25-
:target: http://docs.bernardomg.com/development/dice-notation-python
25+
:target: https://docs.bernardomg.com/development/dice-notation-python
2626
:alt: Dice Notation Tools for Python development documentation
2727

2828
Features
@@ -146,9 +146,9 @@ License
146146
The project has been released under the `MIT License`_.
147147

148148
.. _GitHub project page: https://github.com/Bernardo-MG/dice-notation-python
149-
.. _latest docs: http://docs.bernardomg.com/dice-notation-python
150-
.. _development docs: http://docs.bernardomg.com/development/dice-notation-python
149+
.. _latest docs: https://docs.bernardomg.com/dice-notation-python
150+
.. _development docs: https://docs.bernardomg.com/development/dice-notation-python
151151
.. _Pypi package: https://pypi.python.org/pypi/dice-notation
152-
.. _MIT License: http://www.opensource.org/licenses/mit-license.php
152+
.. _MIT License: https://opensource.org/licenses/mit-license.php
153153
.. _project issues tracker: https://github.com/Bernardo-MG/dice-notation-python/issues
154-
.. _Sphinx: http://sphinx-doc.org/
154+
.. _Sphinx: https://www.sphinx-doc.org

0 commit comments

Comments
 (0)