Skip to content

Commit

Permalink
Merge pull request #2 from adamchainz/readthedocs.io
Browse files Browse the repository at this point in the history
Convert readthedocs links for their .org -> .io migration for hosted projects
  • Loading branch information
vstinner committed Jun 6, 2016
2 parents 0239d2e + c0d39af commit c22340a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bytecode
* `bytecode project homepage at GitHub
<https://github.com/haypo/bytecode>`_ (code, bugs)
* `bytecode documentation
<https://bytecode.readthedocs.org/>`_
<https://bytecode.readthedocs.io/>`_
* `Download latest bytecode release at the Python Cheeseshop (PyPI)
<https://pypi.python.org/pypi/bytecode>`_

Expand Down
2 changes: 1 addition & 1 deletion doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Bugfixes:

- Again, the API is deeply reworked.
- The project has now a documentation:
`bytecode documentation <https://bytecode.readthedocs.org/>`_
`bytecode documentation <https://bytecode.readthedocs.io/>`_
- Fix bug #1: support jumps larger than 2^16.
- Add a new :ref:`bytecode.peephole_opt module <peephole_opt>`: a peephole
optimizer, code based on peephole optimizer of CPython 3.6 which is
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bytecode
* `bytecode project homepage at GitHub
<https://github.com/haypo/bytecode>`_ (code, bugs)
* `bytecode documentation
<https://bytecode.readthedocs.org/>`_ (this documentation)
<https://bytecode.readthedocs.io/>`_ (this documentation)
* `Download latest bytecode release at the Python Cheeseshop (PyPI)
<https://pypi.python.org/pypi/bytecode>`_

Expand Down

0 comments on commit c22340a

Please sign in to comment.