update readthedocs urls, fixes #991

This commit is contained in:
Thomas Waldmann 2016-04-29 03:19:27 +02:00
parent 81a1952c9a
commit 4b73ebc613
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ Now doing another backup, just to show off the great deduplication::
----------------------------------------------------------------------------- -----------------------------------------------------------------------------
For a graphical frontend refer to our complementary project `BorgWeb <https://borgbackup.github.io/borgweb/>`_. For a graphical frontend refer to our complementary project `BorgWeb <https://borgweb.readthedocs.io/>`_.
Links Links
===== =====

View File

@ -36,6 +36,6 @@ Some of them refer to attic, but you can do the same stuff (and more) with borgb
Software Software
-------- --------
- `BorgWeb - a very simple web UI for BorgBackup <https://borgbackup.github.io/borgweb/>`_ - `BorgWeb - a very simple web UI for BorgBackup <https://borgweb.readthedocs.io/>`_
- some other stuff found at the `BorgBackup Github organisation <https://github.com/borgbackup/>`_ - some other stuff found at the `BorgBackup Github organisation <https://github.com/borgbackup/>`_
- `atticmatic <https://github.com/witten/atticmatic/>`_ (includes borgmatic) - `atticmatic <https://github.com/witten/atticmatic/>`_ (includes borgmatic)

View File

@ -236,7 +236,7 @@ setup(
}, },
author='The Borg Collective (see AUTHORS file)', author='The Borg Collective (see AUTHORS file)',
author_email='borgbackup@python.org', author_email='borgbackup@python.org',
url='https://borgbackup.readthedocs.org/', url='https://borgbackup.readthedocs.io/',
description='Deduplicated, encrypted, authenticated and compressed backups', description='Deduplicated, encrypted, authenticated and compressed backups',
long_description=long_description, long_description=long_description,
license='BSD', license='BSD',