Skip to content

Commit 029d4c5

Browse files
committed
Update documentation
1 parent e628d9e commit 029d4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/3.1-announcement/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ <h4 id="support-for-header-based-pagination">Support for header-based pagination
429429
<p>For more information, see the <a href="../../../api-guide/pagination/#custom-pagination-styles">custom pagination styles</a> documentation.</p>
430430
<hr />
431431
<h2 id="versioning">Versioning</h2>
432-
<p>We've made it easier to build versioned APIs. Built-in schemes for versioning include both URL based and Accept header based variations.</p>
432+
<p>We've made it <a href="../../api-guide/versioning">easier to build versioned APIs</a>. Built-in schemes for versioning include both URL based and Accept header based variations.</p>
433433
<p>When using a URL based scheme, hyperlinked serializers will resolve relationships to the same API version as used on the incoming request.</p>
434434
<p>For example, when using <code>NamespaceVersioning</code>, and the following hyperlinked serializer:</p>
435435
<pre><code>class AccountsSerializer(serializer.HyperlinkedModelSerializer):
@@ -451,7 +451,7 @@ <h2 id="versioning">Versioning</h2>
451451
</code></pre>
452452
<hr />
453453
<h2 id="internationalization">Internationalization</h2>
454-
<p>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 <code>Accept-Language</code> header.</p>
454+
<p>REST framework now includes a built-in set of translations, and <a href="../internationalization">supports internationalized error responses</a>. This allows you to either change the default language, or to allow clients to specify the language via the <code>Accept-Language</code> header.</p>
455455
<p>You can change the default language by using the standard Django <code>LANGUAGE_CODE</code> setting:</p>
456456
<pre><code>LANGUAGE_CODE = "es-es"
457457
</code></pre>

0 commit comments

Comments
 (0)