Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
….readthedocs.io.

This is the new canonical domain since 28 April 2016.
  • Loading branch information
mauritsvanrees committed Apr 29, 2016
1 parent a455122 commit 9c2ff98
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
5 changes: 3 additions & 2 deletions CHANGES.rst
Expand Up @@ -4,8 +4,9 @@ Changelog for zest.releaser
6.6.5 (unreleased)
------------------

- Nothing changed yet.

- Replaced http://zestreleaser.readthedocs.org with
http://zestreleaser.readthedocs.io. This is the new canonical
domain since 28 April 2016. [maurits]

6.6.4 (2016-02-24)
------------------
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
@@ -1,7 +1,7 @@
Hi!
===

You're using `zest.releaser <http://zestreleaser.readthedocs.org>`_ and want
You're using `zest.releaser <http://zestreleaser.readthedocs.io>`_ and want
to report a bug or problem or you want to fix something yourself? Feel free!
Github is the place to do so.

Expand All @@ -22,10 +22,10 @@ longer, feel free to email us as a reminder.

If you want to work on zest.releaser, read the developer info in
``doc/source/developing.rst``. Or read it online at
http://zestreleaser.readthedocs.org/en/latest/developing.html .
http://zestreleaser.readthedocs.io/en/latest/developing.html .

Note that there's a way to extend zest.releaser without modifying
zest.releaser itself: look at the `entrypoints documentation
<http://zestreleaser.readthedocs.org/en/latest/entrypoints.html>`_ to see if
<http://zestreleaser.readthedocs.io/en/latest/entrypoints.html>`_ to see if
that can help you. Several people have used that to tweak zest.releaser to fit
in perfectly with their specific needs.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -29,8 +29,8 @@ Most important URLs

First the three most important links:

- The full documentation is at `zestreleaser.readthedocs.org
<http://zestreleaser.readthedocs.org>`_.
- The full documentation is at `zestreleaser.readthedocs.io
<http://zestreleaser.readthedocs.io>`_.

- We're `on PyPI <http://pypi.python.org/pypi/zest.releaser>`_, so we're only
an ``pip install zest.releaser`` away from installation on your computer.
Expand Down
4 changes: 2 additions & 2 deletions doc/source/changelog.rst
Expand Up @@ -143,7 +143,7 @@
- Added ``--no-input`` commandline option for running automatically without
asking for input. Useful when started from some build tool. See the
documentation at the end of
http://zestreleaser.readthedocs.org/en/latest/uploading.html .
http://zestreleaser.readthedocs.io/en/latest/uploading.html .
[reinout, based upon a patch by j-san]


Expand Down Expand Up @@ -200,7 +200,7 @@
-----------------

- Documentation update! Started sphinx documentation at
`zestreleaser.readthedocs.org <http://zestreleaser.readthedocs.org>`_.
`zestreleaser.readthedocs.io <http://zestreleaser.readthedocs.io>`_.
Removed documentation from the README and put it into sphinx.

- Actually ask if the user wants to continue with the release when
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def read(filename):
keywords=['releasing', 'packaging', 'pypi'],
author='Reinout van Rees',
author_email='reinout@vanrees.org',
url='http://zestreleaser.readthedocs.org',
url='http://zestreleaser.readthedocs.io',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['zest'],
Expand Down
2 changes: 1 addition & 1 deletion zest/releaser/vcs.py
Expand Up @@ -256,7 +256,7 @@ def _update_version(self, version):
logger.error(
"We could read a version from setup.py, but could not write it " +
"back. See " +
"http://zestreleaser.readthedocs.org/en/latest/versions.html " +
"http://zestreleaser.readthedocs.io/en/latest/versions.html " +
"for hints.")
raise RuntimeError("Cannot set version")

Expand Down

0 comments on commit 9c2ff98

Please sign in to comment.