Skip to content

Commit

Permalink
- switched readthedocs links to .io TLD (manual fix for PR #130)
Browse files Browse the repository at this point in the history
  • Loading branch information
drkjam committed Sep 18, 2016
1 parent f33cabf commit 0cecf40
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ A network address manipulation library for Python

[![Circle CI](https://circleci.com/gh/drkjam/netaddr.png?style=shield)](https://circleci.com/gh/drkjam/netaddr)
[![Latest Version](https://img.shields.io/pypi/v/netaddr.svg)](https://pypi.python.org/pypi/netaddr)
[![Documentation Status](https://readthedocs.org/projects/netaddr/badge/?version=latest)](http://netaddr.readthedocs.org/en/latest/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/netaddr.svg)](https://pypi.python.org/pypi/netaddr)

Provides support for:
Expand All @@ -27,6 +26,12 @@ Layer 2 addresses
- looking up IEEE organisational information (OUI, IAB)
- generating derived IPv6 addresses


Documentation
-------------

Latest documentation https://netaddr.readthedocs.io/en/latest/

Requirements
------------
[![Versions](https://img.shields.io/pypi/pyversions/netaddr.svg)](pypi.python.org/pypi/netaddr)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This library has comprehensive docstrings and a full set of project
documentation (including tutorials):

- http://pythonhosted.org/netaddr/
- http://readthedocs.org/docs/netaddr/en/latest/
- http://netaddr.readthedocs.io/en/latest/

Tests
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
For details on the latest changes and updates, see :-
https://netaddr.readthedocs.org/en/latest/changes.html
http://netaddr.readthedocs.io/en/latest/changes.html
Requirements
------------
Expand Down

0 comments on commit 0cecf40

Please sign in to comment.