Skip to content

Commit

Permalink
Update references to Read the Docs domain
Browse files Browse the repository at this point in the history
  • Loading branch information
koterpillar committed Apr 27, 2016
1 parent 6c3daba commit 3c3b7f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

[gherkin]: https://cucumber.io/
[nose]: https://nose.readthedocs.org/
[nose-plugin-attrib]: https://nose.readthedocs.org/en/latest/plugins/attrib.html
[nose]: https://nose.readthedocs.io/
[nose-plugin-attrib]: https://nose.readthedocs.io/en/latest/plugins/attrib.html
[lettuce]: http://lettuce.it/
[gherkin-syntax]: https://cucumber.io/docs/reference
[aloe-django]: https://github.com/aloetesting/aloe_django
[docs]: http://aloe.readthedocs.org/
[docs]: http://aloe.readthedocs.io/
2 changes: 1 addition & 1 deletion aloe/steps/factoryboy.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To activate these steps import :mod:`aloe.steps.factoryboy` into your
``steps/__init__.py``.
.. _factory_boy: https://factoryboy.readthedocs.org/en/latest/
.. _factory_boy: https://factoryboy.readthedocs.io/en/latest/
"""

from __future__ import (absolute_import, division,
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'factoryboy': ('https://factoryboy.readthedocs.org/en/latest/', None),
'factoryboy': ('https://factoryboy.readthedocs.io/en/latest/', None),
}
8 changes: 4 additions & 4 deletions docs/links.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _aloe: https://github.com/aloetesting/aloe
.. _gherkin: https://cucumber.io/
.. _nose: https://nose.readthedocs.org/
.. _`Attribute selector plugin`: https://nose.readthedocs.org/en/latest/plugins/attrib.html
.. _nose: https://nose.readthedocs.io/
.. _`Attribute selector plugin`: https://nose.readthedocs.io/en/latest/plugins/attrib.html
.. _lettuce: http://lettuce.it/
.. _`Gherkin syntax`: https://cucumber.io/docs/reference
.. _`aloe_django`: https://aloe.readthedocs.org/projects/aloe-django/
.. _`aloe_webdriver`: https://aloe.readthedocs.org/projects/aloe-webdriver/
.. _`aloe_django`: https://aloe.readthedocs.io/projects/aloe-django/
.. _`aloe_webdriver`: https://aloe.readthedocs.io/projects/aloe-webdriver/

0 comments on commit 3c3b7f5

Please sign in to comment.