Skip to content

Commit 0abb84f

Browse files
authored
removed hyperlink for web browsable API on homepage (#9174)
1 parent 06022e7 commit 0abb84f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs.
3939

4040
Some reasons you might want to use REST framework:
4141

42-
* The [Web browsable API][sandbox] is a huge usability win for your developers.
42+
* The Web browsable API is a huge usability win for your developers.
4343
* [Authentication policies][authentication] including optional packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section].
4444
* [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
4545
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers].

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs.
4848

4949
Some reasons you might want to use REST framework:
5050

51-
* The [Web browsable API][sandbox] is a huge usability win for your developers.
51+
* The Web browsable API is a huge usability win for your developers.
5252
* [Authentication policies][authentication] including packages for [OAuth1a][oauth1-section] and [OAuth2][oauth2-section].
5353
* [Serialization][serializers] that supports both [ORM][modelserializer-section] and [non-ORM][serializer-section] data sources.
5454
* Customizable all the way down - just use [regular function-based views][functionview-section] if you don't need the [more][generic-views] [powerful][viewsets] [features][routers].

0 commit comments

Comments
 (0)