Skip to content

Commit b731b2e

Browse files
committed
Added prefix to enable intersphinx django link
1 parent c94aa60 commit b731b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ To get started using the ``comments`` app, follow these steps:
66

77
#. Install the comments app by running ``pip install django-contrib-comments``.
88

9-
#. :ref:`Enable the "sites" framework <enabling-the-sites-framework>` by adding
10-
``'django.contrib.sites'`` to :setting:`INSTALLED_APPS` and defining
9+
#. :ref:`Enable the "sites" framework <django:enabling-the-sites-framework>` by
10+
adding ``'django.contrib.sites'`` to :setting:`INSTALLED_APPS` and defining
1111
:setting:`SITE_ID`.
1212

1313
#. Install the comments framework by adding ``'django_comments'`` to

0 commit comments

Comments
 (0)