From ac7c83fa477d7d09bf1380ec8224650dab8a7253 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatko=20=C4=8Calu=C5=A1i=C4=87?= Date: Wed, 4 Oct 2017 21:59:58 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef8e96e..bc15725 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,9 @@ [![Powered by](https://img.shields.io/badge/powered_by-Go-5272b4.svg?maxAge=2592000)](https://golang.org/) Rest Server is a high performance HTTP server that implements restic's [REST backend -API](https://github.com/restic/restic/blob/master/doc/rest_backend.rst). It provides secure and efficient way to backup -data remotely, using [restic](https://github.com/restic/restic) backup client via the [rest: URL](https://restic.readthedocs.io/en/latest/manual.html#rest-server). +API](http://restic.readthedocs.io/en/latest/100_references.html#rest-backend). It provides secure and efficient way to +backup data remotely, using [restic](https://github.com/restic/restic) backup client via the [rest: +URL](http://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server). ## Requirements @@ -96,7 +97,7 @@ Rest Server uses exactly the same directory structure as local backend, so you s and via HTTP, even simultaneously. To learn how to use restic backup client with REST backend, please consult [restic -manual](https://restic.readthedocs.io/en/latest/manual.html#rest-server). +manual](http://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html#rest-server). ### Using Docker image