Fix broken specification link in docs

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2015-06-26 17:21:21 -07:00
parent 763eefee55
commit 17562b3f44

View file

@ -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).