Skip to content

Commit

Permalink
chore: Fix broken ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Apr 25, 2023
1 parent 8fa938f commit d62186e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/python/preferences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ HTML parsing
Markdown parsing
`markdown-it-py <https://pypi.org/project/markdown-it-py/>`__. Do not use `commonmark <https://pypi.org/project/commonmark/>`__, which is deprecated.
Templating
`Jinja <https://jinja.palletsprojects.com/>`__. Do not use CSS framework integration packages like ``django-bootstrap*``, as they tend to lag the most recent releases. See :doc:`../htmlcss`.
`Jinja <https://jinja.palletsprojects.com/>`__. Do not use CSS framework integration packages like ``django-bootstrap*``, as they tend to lag the most recent releases. See :doc:`../htmlcss/index`.
Asset management
Do not use `django-compressor <https://django-compressor.readthedocs.io/en/stable/>`__ or `django-pipeline <https://django-pipeline.readthedocs.io/en/latest/>`__, which are always behind NPM packages. See :ref:`javascript-preferences` for JavaScript.
Translation
Expand Down

0 comments on commit d62186e

Please sign in to comment.