mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-03 19:00:17 +03:00
Remove a couple of .html suffixes in docs
This commit is contained in:
parent
0beaa9bed2
commit
ca2bd616d9
|
@ -255,11 +255,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
[0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X
|
[0.4]: https://github.com/tomchristie/django-rest-framework/tree/0.4.X
|
||||||
[image]: img/quickstart.png
|
[image]: img/quickstart.png
|
||||||
[index]: .
|
[index]: .
|
||||||
[oauth1-section]: api-guide/authentication.html#oauthauthentication
|
[oauth1-section]: api-guide/authentication#oauthauthentication
|
||||||
[oauth2-section]: api-guide/authentication.html#oauth2authentication
|
[oauth2-section]: api-guide/authentication#oauth2authentication
|
||||||
[serializer-section]: api-guide/serializers.html#serializers
|
[serializer-section]: api-guide/serializers#serializers
|
||||||
[modelserializer-section]: api-guide/serializers.html#modelserializer
|
[modelserializer-section]: api-guide/serializers#modelserializer
|
||||||
[functionview-section]: api-guide/views.html#function-based-views
|
[functionview-section]: api-guide/views#function-based-views
|
||||||
[sandbox]: http://restframework.herokuapp.com/
|
[sandbox]: http://restframework.herokuapp.com/
|
||||||
|
|
||||||
[quickstart]: tutorial/quickstart.md
|
[quickstart]: tutorial/quickstart.md
|
||||||
|
|
|
@ -151,7 +151,7 @@ From version 2.2 onwards, serializers with hyperlinked relationships *always* re
|
||||||
[porting-python-3]: https://docs.djangoproject.com/en/dev/topics/python3/
|
[porting-python-3]: https://docs.djangoproject.com/en/dev/topics/python3/
|
||||||
[python-compat]: https://docs.djangoproject.com/en/dev/releases/1.5/#python-compatibility
|
[python-compat]: https://docs.djangoproject.com/en/dev/releases/1.5/#python-compatibility
|
||||||
[django-deprecation-policy]: https://docs.djangoproject.com/en/dev/internals/release-process/#internal-release-deprecation-policy
|
[django-deprecation-policy]: https://docs.djangoproject.com/en/dev/internals/release-process/#internal-release-deprecation-policy
|
||||||
[credits]: http://django-rest-framework.org/topics/credits.html
|
[credits]: http://django-rest-framework.org/topics/credits
|
||||||
[mailing-list]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
|
[mailing-list]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
|
||||||
[django-rest-framework-docs]: https://github.com/marcgibbons/django-rest-framework-docs
|
[django-rest-framework-docs]: https://github.com/marcgibbons/django-rest-framework-docs
|
||||||
[marcgibbons]: https://github.com/marcgibbons/
|
[marcgibbons]: https://github.com/marcgibbons/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user