Skip to content

Commit

Permalink
Fix up links for new docs URL
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Aug 15, 2016
1 parent 4ca4f13 commit e918532
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Please see `the documentation
<https://vdirsyncer.readthedocs.io/en/stable/contributing.html>`_ for how to
<https://vdirsyncer.pimutils.org/en/stable/contributing.html>`_ for how to
contribute to this project.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Before you submit bug reports: https://vdirsyncer.readthedocs.io/en/stable/contributing.html
Before you submit bug reports: https://vdirsyncer.pimutils.org/en/stable/contributing.html

Things to include in your bugreport:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ linkcheck:
sphinx-build -W -b linkcheck ./docs/ ./docs/_build/linkcheck/

all:
$(error Take a look at https://vdirsyncer.readthedocs.io/en/stable/tutorial.html#installation)
$(error Take a look at https://vdirsyncer.pimutils.org/en/stable/tutorial.html#installation)

release:
python setup.py sdist bdist_wheel upload
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
vdirsyncer
==========

- `Documentation <https://vdirsyncer.readthedocs.io/en/stable/>`_
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
- `Source code <https://github.com/pimutils/vdirsyncer>`_

Vdirsyncer synchronizes your calendars and addressbooks between two storages_.
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.io/en/latest/config.html#storages
.. _programs: https://vdirsyncer.readthedocs.io/en/stable/supported.html
.. _storages: https://vdirsyncer.pimutils.org/en/latest/config.html#storages
.. _programs: https://vdirsyncer.pimutils.org/en/stable/supported.html

It aims to be for CalDAV and CardDAV what `OfflineIMAP
<http://offlineimap.org/>`_ is for IMAP.
Expand All @@ -29,14 +29,14 @@ Links of interest
=================

* Check out `the tutorial
<https://vdirsyncer.readthedocs.io/en/stable/tutorial.html>`_ for basic
<https://vdirsyncer.pimutils.org/en/stable/tutorial.html>`_ for basic
usage.

* `Contact information
<https://vdirsyncer.readthedocs.io/en/stable/contact.html>`_
<https://vdirsyncer.pimutils.org/en/stable/contact.html>`_

* `How to contribute to this project
<https://vdirsyncer.readthedocs.io/en/stable/contributing.html>`_
<https://vdirsyncer.pimutils.org/en/stable/contributing.html>`_

License
=======
Expand Down
4 changes: 2 additions & 2 deletions config.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# Optional parameters are commented out.
# This file doesn't document all available parameters, see
# http://vdirsyncer.readthedocs.io/ for the rest of them.
# http://vdirsyncer.pimutils.org/ for the rest of them.

[general]
# A folder where vdirsyncer can store some metadata about each pair.
Expand Down Expand Up @@ -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.io/en/stable/keyring.html
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
#password =

# CALDAV
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
vdirsyncer
==========

- `Documentation <https://vdirsyncer.readthedocs.io/en/stable/>`_
- `Documentation <https://vdirsyncer.pimutils.org/en/stable/>`_
- `Source code <https://github.com/pimutils/vdirsyncer>`_

Vdirsyncer synchronizes your calendars and addressbooks between two
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'''
Vdirsyncer synchronizes calendars and contacts.
Please refer to https://vdirsyncer.readthedocs.io/en/stable/packaging.html for
Please refer to https://vdirsyncer.pimutils.org/en/stable/packaging.html for
how to package vdirsyncer.
'''

Expand Down
2 changes: 1 addition & 1 deletion vdirsyncer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

PROJECT_HOME = 'https://github.com/pimutils/vdirsyncer'
BUGTRACKER_HOME = PROJECT_HOME + '/issues'
DOCS_HOME = 'https://vdirsyncer.readthedocs.io/en/stable'
DOCS_HOME = 'https://vdirsyncer.pimutils.org/en/stable'

try:
from .version import version as __version__ # noqa
Expand Down

0 comments on commit e918532

Please sign in to comment.