Merge pull request #667 from stevvooe/fix-broken-docs-link

Fix broken specification link in docs
pull/656/head
Stephen Day 2015-06-29 18:56:04 -07:00
commit 0122a6f1ff
1 changed files with 1 additions and 1 deletions

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