Skip to content

Commit 06af553

Browse files
committed
Fix help link
1 parent b87bb20 commit 06af553

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ Install
1111
- pip install django-debug-toolbar-template-profiler
1212

1313
- Add 'template_profiler_panel.panels.template.TemplateProfilerPanel' to
14-
DEBUG_TOOLBAR_PANELS in your settings.py (.. _see how: http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels)
15-
14+
DEBUG_TOOLBAR_PANELS in your settings.py (see `how to add panel`_)
1615
- Add 'template_profiler_panel' to INSTALLED_APPS
1716

1817

1918
Screenshot
2019
==========
2120
.. image:: screenshot.png
2221

22+
23+
.. _how to add panel: http://django-debug-toolbar.readthedocs.org/en/latest/configuration.html#debug-toolbar-panels

0 commit comments

Comments
 (0)