From c5206729828511dcd4f45c7e27eed450b6da8488 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sun, 22 Aug 2021 13:16:37 +0200 Subject: [PATCH] Fix REST protocol link in README file 1. All other document links goes to the _Read the Docs_ site 2. The GitHub reStructuredText renderer doesn't appear to do includes, making for a rather empty read. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 558c743d4..acabdafae 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Therefore, restic supports the following backends for storing backups natively: - [Local directory](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#local) - [sftp server (via SSH)](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#sftp) -- [HTTP REST server](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server) ([protocol](doc/100_references.rst#rest-backend), [rest-server](https://github.com/restic/rest-server)) +- [HTTP REST server](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server) ([protocol](https://restic.readthedocs.io/en/latest/100_references.html#rest-backend), [rest-server](https://github.com/restic/rest-server)) - [AWS S3](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#amazon-s3) (either from Amazon or using the [Minio](https://minio.io) server) - [OpenStack Swift](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#openstack-swift) - [BackBlaze B2](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#backblaze-b2)