From 17562b3f4489c5a1bf72bb65dd9fe02003d1dd83 Mon Sep 17 00:00:00 2001 From: Stephen J Day Date: Fri, 26 Jun 2015 17:21:21 -0700 Subject: [PATCH] Fix broken specification link in docs Signed-off-by: Stephen J Day --- docs/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication.md b/docs/authentication.md index 042b2ee21..3eec84bcb 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -171,6 +171,6 @@ Now: This is **advanced**. -You will find [background information here](spec/auth/token.md), [configuration information here](configuration.md#auth). +You will find [background information here](./spec/auth/token.md), [configuration information here](configuration.md#auth). Beware that you will have to implement your own authentication service for this to work (though there exist third-party open-source implementations).