Skip to content

Commit 7efb2fd

Browse files
committed
Better docs linking
1 parent c511342 commit 7efb2fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/topics/3.1-announcement.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For more information, see the [custom pagination styles](../api-guide/pagination
5252

5353
## Versioning
5454

55-
We've made it easier to build versioned APIs. Built-in schemes for versioning include both URL based and Accept header based variations.
55+
We've made it [easier to build versioned APIs][versioning]. Built-in schemes for versioning include both URL based and Accept header based variations.
5656

5757
When using a URL based scheme, hyperlinked serializers will resolve relationships to the same API version as used on the incoming request.
5858

@@ -80,7 +80,7 @@ The output representation would match the version used on the incoming request.
8080

8181
## Internationalization
8282

83-
REST framework now includes a built-in set of translations, and supports internationalized error responses. This allows you to either change the default language, or to allow clients to specify the language via the `Accept-Language` header.
83+
REST framework now includes a built-in set of translations, and [supports internationalized error responses][internationalization]. This allows you to either change the default language, or to allow clients to specify the language via the `Accept-Language` header.
8484

8585
You can change the default language by using the standard Django `LANGUAGE_CODE` setting:
8686

@@ -204,3 +204,5 @@ This will either be made as a single 3.2 release, or split across two separate r
204204

205205
[custom-exception-handler]: ../api-guide/exceptions.md#custom-exception-handling
206206
[pagination]: ../api-guide/pagination.md
207+
[versioning]: ../api-guide/versioning.md
208+
[internationalization]: internationalization.md

0 commit comments

Comments
 (0)