Skip to content

Commit

Permalink
Fix a bunch of links
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 12, 2017
1 parent ba928f4 commit 97b6e03
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ Thank you for considering to contribute to ``doc2dash``!
.. _changelog: https://github.com/hynek/doc2dash/blob/master/CHANGELOG.rst
.. _`tox`: https://testrun.org/tox/
.. _`Travis CI`: https://travis-ci.org/
.. _pyenv: https://github.com/yyuu/pyenv
.. _pyenv: https://github.com/pyenv/pyenv
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doc2dash: Create docsets for Dash.app and clones
.. begin
``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for macOS or one of its many *free* `clones <https://doc2dash.readthedocs.org/en/latest/installation.html#viewer>`_ for all relevant platforms.
``doc2dash`` is an MIT-licensed extensible `Documentation Set`_ generator intended to be used with the `Dash.app`_ API browser for macOS or one of its many *free* `clones <https://doc2dash.readthedocs.io/en/latest/installation.html#viewer>`_ for all relevant platforms.

If you’ve never heard of Dash.app, you’re missing out:
together with ``doc2dash`` it’s all your API documentation at your fingertips!
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Other alternatives have been developed in cooperation with Dash.app's developer


.. _pip: https://pip.pypa.io/en/latest/installing.html
.. _PyPI: https://warehouse.python.org/project/doc2dash/
.. _PyPI: https://pypi.org/project/doc2dash/
.. _`Dash.app`: https://kapeli.com/dash/
.. _pipsi: https://github.com/mitsuhiko/pipsi
.. _virtualenv: https://virtualenv.readthedocs.org/
.. _virtualenv: https://virtualenv.readthedocs.io/
.. _conflicts: https://hynek.me/articles/virtualenv-lives/
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
License and Hall of Fame
========================

``doc2dash`` is licensed under the `MIT <http://choosealicense.com/licenses/mit/>`_ license.
``doc2dash`` is licensed under the `MIT <https://choosealicense.com/licenses/mit/>`_ license.
The full license text can be also found in the `source code repository <https://github.com/hynek/doc2dash/blob/master/LICENSE>`_.

.. _authors:
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Valid ``OPTIONS`` are the following:

As of Dash 3.0 users can open the online version of pages from within docsets.
To enable this, you must set this value to the base URL of your online documentation.
e.g. ``https://doc2dash.readthedocs.org/``
e.g. ``https://doc2dash.readthedocs.io/``

.. option:: --parser

Expand Down
2 changes: 1 addition & 1 deletion src/doc2dash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__title__ = "doc2dash"
__description__ = "Convert docs to Dash.app's docset format."
__url__ = "https://doc2dash.readthedocs.org/"
__url__ = "https://doc2dash.readthedocs.io/"

__author__ = "Hynek Schlawack"
__email__ = "[email protected]"
Expand Down

0 comments on commit 97b6e03

Please sign in to comment.