From 8394fda36ee97e1891bf095c6c2369880fc6c9f6 Mon Sep 17 00:00:00 2001 From: Tom Pohl Date: Mon, 15 Jul 2019 16:38:25 +0200 Subject: Fix link to documentation Change the documentation link to the rendered markdown file and not its raw version --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 107d10a..15bfa9f 100644 --- a/README.rst +++ b/README.rst @@ -53,7 +53,7 @@ The project is hosted on GitHub. You can look at the source here: Documentation --------------- -The documentation has been moved to https://raw.githubusercontent.com/micheles/decorator/master/docs/documentation.md +The documentation has been moved to https://github.com/micheles/decorator/blob/master/docs/documentation.md From there you can get a PDF version by simply using the print functionality of your browser. -- cgit v1.2.1