New domain for readthedocs

This commit is contained in:
Markus Unterwaditzer 2016-04-28 01:30:56 +02:00
parent 70c6349de9
commit 632b884e54
9 changed files with 17 additions and 17 deletions

View file

@ -1,3 +1,3 @@
Please see `the documentation
<https://vdirsyncer.readthedocs.org/en/stable/contributing.html>`_ for how to
<https://vdirsyncer.readthedocs.io/en/stable/contributing.html>`_ for how to
contribute to this project.

View file

@ -1,4 +1,4 @@
Before you submit bug reports: https://vdirsyncer.readthedocs.org/en/stable/contributing.html
Before you submit bug reports: https://vdirsyncer.readthedocs.io/en/stable/contributing.html
Things to include in your bugreport:

View file

@ -61,7 +61,7 @@ linkcheck:
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/
all:
$(error Take a look at https://vdirsyncer.readthedocs.org/en/stable/tutorial.html#installation)
$(error Take a look at https://vdirsyncer.readthedocs.io/en/stable/tutorial.html#installation)
release:
python setup.py sdist bdist_wheel upload

View file

@ -2,7 +2,7 @@
vdirsyncer
==========
- `Documentation <https://vdirsyncer.readthedocs.org/en/stable/>`_
- `Documentation <https://vdirsyncer.readthedocs.io/en/stable/>`_
- `Source code <https://github.com/pimutils/vdirsyncer>`_
Vdirsyncer synchronizes your calendars and addressbooks between two storages_.
@ -10,8 +10,8 @@ The most popular purpose is to synchronize a CalDAV/CardDAV server with a local
folder or file. The local data can then be accessed via a variety of programs_,
none of which have to know or worry about syncing to a server.
.. _storages: https://vdirsyncer.readthedocs.org/en/latest/config.html#storages
.. _programs: https://vdirsyncer.readthedocs.org/en/stable/supported.html
.. _storages: https://vdirsyncer.readthedocs.io/en/latest/config.html#storages
.. _programs: https://vdirsyncer.readthedocs.io/en/stable/supported.html
It aims to be for CalDAV and CardDAV what `OfflineIMAP
<http://offlineimap.org/>`_ is for IMAP.
@ -29,14 +29,14 @@ Links of interest
=================
* Check out `the tutorial
<https://vdirsyncer.readthedocs.org/en/stable/tutorial.html>`_ for basic
<https://vdirsyncer.readthedocs.io/en/stable/tutorial.html>`_ for basic
usage.
* `Contact information
<https://vdirsyncer.readthedocs.org/en/stable/contact.html>`_
<https://vdirsyncer.readthedocs.io/en/stable/contact.html>`_
* `How to contribute to this project
<https://vdirsyncer.readthedocs.org/en/stable/contributing.html>`_
<https://vdirsyncer.readthedocs.io/en/stable/contributing.html>`_
License
=======

View file

@ -5,7 +5,7 @@
#
# Optional parameters are commented out.
# This file doesn't document all available parameters, see
# http://vdirsyncer.readthedocs.org/ for the rest of them.
# http://vdirsyncer.readthedocs.io/ for the rest of them.
[general]
# A folder where vdirsyncer can store some metadata about each pair.
@ -46,7 +46,7 @@ type = carddav
url = https://owncloud.example.com/remote.php/carddav/
#username =
# The password can also be fetched from the system password storage, netrc or a
# custom command. See http://vdirsyncer.readthedocs.org/en/stable/keyring.html
# custom command. See http://vdirsyncer.readthedocs.io/en/stable/keyring.html
#password =
# CALDAV

View file

@ -33,7 +33,7 @@ Reporting bugs
--------------
* Make sure your problem isn't already listed in `Known Problems
<https://vdirsyncer.readthedocs.org/en/stable/problems.html>`_.
<https://vdirsyncer.readthedocs.io/en/stable/problems.html>`_.
* Make sure you have the latest version by executing ``pip install --user
--upgrade vdirsyncer``.
@ -47,7 +47,7 @@ If you're suggesting a feature, keep in mind that vdirsyncer tries not to be a
full calendar or contacts client, but rather just the piece of software that
synchronizes all the data. `Take a look at the documentation for software
working with vdirsyncer
<http://vdirsyncer.readthedocs.org/en/latest/supported.html>`_.
<http://vdirsyncer.readthedocs.io/en/latest/supported.html>`_.
Submitting patches, pull requests
=================================
@ -81,4 +81,4 @@ Then you can run::
If you have any questions, feel free to open issues about it.
.. _virtualenv: http://virtualenv.readthedocs.org/
.. _virtualenv: http://virtualenv.readthedocs.io/

View file

@ -2,7 +2,7 @@
vdirsyncer
==========
- `Documentation <https://vdirsyncer.readthedocs.org/en/stable/>`_
- `Documentation <https://vdirsyncer.readthedocs.io/en/stable/>`_
- `Source code <https://github.com/pimutils/vdirsyncer>`_
Vdirsyncer synchronizes your calendars and addressbooks between two

View file

@ -100,5 +100,5 @@ If you're done with vdirsyncer, you can do::
and vdirsyncer will be uninstalled, including its dependencies.
.. _virtualenv: https://virtualenv.readthedocs.org/
.. _virtualenv: https://virtualenv.readthedocs.io/
.. _pipsi: https://github.com/mitsuhiko/pipsi

View file

@ -6,7 +6,7 @@ vdirsyncer is a synchronization tool for vdir. See the README for more details.
from __future__ import print_function
PROJECT_HOME = 'https://github.com/pimutils/vdirsyncer'
DOCS_HOME = 'https://vdirsyncer.readthedocs.org/en/stable'
DOCS_HOME = 'https://vdirsyncer.readthedocs.io/en/stable'
try:
from .version import version as __version__ # noqa