diff options
| author | Tom Christie | 2013-07-02 16:22:22 +0100 | 
|---|---|---|
| committer | Tom Christie | 2013-07-02 16:22:22 +0100 | 
| commit | e7529b4072274797daf5b886dbac4c0e65a65674 (patch) | |
| tree | 61afa4a977ff55f13e15e5156dc1400910fd6434 /docs/api-guide/authentication.md | |
| parent | 8d410c4671fd4596089883e360f5d3e8f9e0f62b (diff) | |
| download | django-rest-framework-e7529b4072274797daf5b886dbac4c0e65a65674.tar.bz2 | |
Fix broken link by hacking around md->html translating
Diffstat (limited to 'docs/api-guide/authentication.md')
| -rwxr-xr-x | docs/api-guide/authentication.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 390fba8c..5d6e0d91 100755 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -382,4 +382,4 @@ The [Django OAuth2 Consumer][doac] library from [Rediker Software][rediker] is a  [oauthlib]: https://github.com/idan/oauthlib  [doac]: https://github.com/Rediker-Software/doac  [rediker]: https://github.com/Rediker-Software -[doac-rest-framework]: https://github.com/Rediker-Software/doac/blob/master/docs/markdown/integrations.md +[doac-rest-framework]: https://github.com/Rediker-Software/doac/blob/master/docs/markdown/integrations.md# | 
