Ver código fonte

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

Nils Wisiol 6 anos atrás
pai
commit
750cf7099f
1 arquivos alterados com 1 adições e 1 exclusões
  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`_.
 check the `djoser endpoint documentation`_.
 
 
 .. _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
 Most operations require authentication of the domain owner using a token that
 is returned by djoser's ``token/create/`` endpoint.  To authenticate, this
 is returned by djoser's ``token/create/`` endpoint.  To authenticate, this