diff --git a/docs/topics/db/sql.txt b/docs/topics/db/sql.txt
index 80038e5..658dfdf 100644
|
a
|
b
|
is required. For example::
|
| 229 | 229 | |
| 230 | 230 | return row |
| 231 | 231 | |
| 232 | | If you are using more than one database you can use |
| 233 | | ``django.db.connections`` to obtain the connection (and cursor) for a |
| | 232 | If you are using :doc:`more than one database </topics/db/multi-db>`, you can |
| | 233 | use ``django.db.connections`` to obtain the connection (and cursor) for a |
| 234 | 234 | specific database. ``django.db.connections`` is a dictionary-like |
| 235 | 235 | object that allows you to retrieve a specific connection using its |
| 236 | 236 | alias:: |