From bf3be2ef1fd0c374db32b634242eb9bc2ab43a3c Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Wed, 24 Aug 2016 10:25:32 -0700 Subject: [PATCH] readme: add link to docs dir --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f3c0932..7e7561d6 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,10 @@ $ ./$GOBIN/clair -config=config.yaml ## Documentation -The latest stable documentation can be found [on the CoreOS website] or inside the Documentation directory at the root of the project's source code. +The latest stable documentation can be found [on the CoreOS website] or [inside the Documentation directory][docs-dir] at the root of the project's source code. [on the CoreOS website]: https://coreos.com/clair/docs/latest/ +[docs-dir]: /Documentation ### Architecture at a Glance