浏览代码

fix(docs): update djoser link to appropriate version, fixes #112

Nils Wisiol 6 年之前
父节点
当前提交
750cf7099f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/introduction.rst

+ 1 - 1
docs/introduction.rst

@@ -25,7 +25,7 @@ User management is handled via Django's djoser library.  For usage, please
 check the `djoser endpoint documentation`_.
 
 .. _djoser endpoint documentation:
-    https://djoser.readthedocs.io/en/latest/getting_started.html#available-endpoints
+    https://github.com/sunscrapers/djoser/blob/1.1.5/docs/source/getting_started.rst#available-endpoints
 
 Most operations require authentication of the domain owner using a token that
 is returned by djoser's ``token/create/`` endpoint.  To authenticate, this