Skip to content

Commit b23778b

Browse files
committed
Update documentation
1 parent 029d4c5 commit b23778b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/3.1-announcement/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ <h2 id="new-field-types">New field types</h2>
496496
<hr />
497497
<h2 id="modelserializer-api">ModelSerializer API</h2>
498498
<p>The serializer redesign in 3.0 did not include any public API for modifying how ModelSerializer classes automatically generate a set of fields from a given mode class. We've now re-introduced an API for this, allowing you to create new ModelSerializer base classes that behave differently, such as using a different default style for relationships.</p>
499-
<p>For more information, see the documentation on <a href="../../../api-guide/serializers/#customizing-field-mappings">customizing field mappings</a> for ModelSerializer classes.</p>
499+
<p>For more information, see the documentation on <a href="../../../api-guide/serializers.md/#customizing-field-mappings">customizing field mappings</a> for ModelSerializer classes.</p>
500500
<hr />
501501
<h2 id="moving-packages-out-of-core">Moving packages out of core</h2>
502502
<p>We've now moved a number of packages out of the core of REST framework, and into separately installable packages. If you're currently using these you don't need to worry, you simply need to <code>pip install</code> the new packages, and change any import paths.</p>

0 commit comments

Comments
 (0)