diff --git a/README.rst b/README.rst index c0eed00ce..2417b24d5 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +For a graphical frontend refer to our complementary project `BorgWeb `_. Links ===== diff --git a/docs/resources.rst b/docs/resources.rst index 4113c11d4..59fa0310a 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -36,6 +36,6 @@ Some of them refer to attic, but you can do the same stuff (and more) with borgb Software -------- -- `BorgWeb - a very simple web UI for BorgBackup `_ +- `BorgWeb - a very simple web UI for BorgBackup `_ - some other stuff found at the `BorgBackup Github organisation `_ - `atticmatic `_ (includes borgmatic) diff --git a/setup.py b/setup.py index 23d8b7cda..ff9899da5 100644 --- a/setup.py +++ b/setup.py @@ -236,7 +236,7 @@ setup( }, author='The Borg Collective (see AUTHORS file)', author_email='borgbackup@python.org', - url='https://borgbackup.readthedocs.org/', + url='https://borgbackup.readthedocs.io/', description='Deduplicated, encrypted, authenticated and compressed backups', long_description=long_description, license='BSD',