Skip to content

Commit 2915bbb

Browse files
committed
Use tilde prefix for a couple links in docs/source/ref/models/fields.rst
1 parent 26b0055 commit 2915bbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/ref/models/fields.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Index transforms
176176
^^^^^^^^^^^^^^^^
177177

178178
Index transforms index into the array. Any non-negative integer can be used.
179-
There are no errors if it exceeds the :attr:`max_size <ArrayField.max_size>` of
180-
the array. The lookups available after the transform are those from the
181-
:attr:`base_field <ArrayField.base_field>`. For example:
179+
There are no errors if it exceeds the :attr:`~ArrayField.max_size` of the
180+
array. The lookups available after the transform are those from the
181+
:attr:`~ArrayField.base_field`. For example:
182182

183183
.. code-block:: pycon
184184

0 commit comments

Comments
 (0)