From 2032ea2e209aad9f6d1c313988fe0506f678c4eb Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sun, 13 Jun 2021 14:28:59 +0300 Subject: fix(readme.md): link to rendered versions of other docs Fixes #124. I chose not to change the names of the link, they still say ".md". My hope is that a person reading the Markdown document will understand that we mean the .md document in this repo, and the person reading HTML will have a valid link to doc.obnam.org. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4e757cd..ef960c4 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ title: Obnam – a backup system Obnam2 is a project to develop a backup system. For installation instructions and a quick start guide, see -[tutorial.md](tutorial.md). For more details on goals, requirements, and -implementation details, see the [obnam.md](obnam.md) subplot file. +[tutorial.md][]. For more details on goals, requirements, and +implementation details, see the [obnam.md][] subplot file. + +[tutorial.md]: https://doc.obnam.org/tutorial.html +[obnam.md]: https://doc.obnam.org/obnam.html ## Legalese -- cgit v1.2.1