From 647ee5b74adcf67180e2724cf17630094bbe7755 Mon Sep 17 00:00:00 2001 From: Florian Daniel Date: Fri, 21 Aug 2015 23:53:59 +0200 Subject: [PATCH] fix typo in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438f46cb0..6ca61bc2c 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Contribute and Documentation Contributions are welcome! More information can be found in [`CONTRIBUTING.md`](CONTRIBUTING.md). A document describing the design of -restic and the data structures stored on the backend is contained in +restic and the data structures stored on the back end is contained in [`doc/Design.md`](doc/Design.md). The development environment is described in [`CONTRIBUTING.md`](CONTRIBUTING.md).