mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-21 05:40:57 +00:00
fixed dead url
This commit is contained in:
parent
ad0977a5c2
commit
327bea73ef
2 changed files with 2 additions and 2 deletions
2
docs/_templates/layout.html
vendored
2
docs/_templates/layout.html
vendored
|
|
@ -4,5 +4,5 @@
|
|||
{%- endblock %}
|
||||
|
||||
{%- if pageurl %}
|
||||
{% set pageurl = pageurl| replace("/index.html","") %}
|
||||
{% set pageurl = pageurl| replace("index.html","")| replace(".html","/") %}
|
||||
{%- endif %}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Installation from `Pypi <https://pypi.org/project/djlint/>`__
|
|||
CLI Usage
|
||||
---------
|
||||
|
||||
djLint is a command line application. See `configuration </djlint/configuration.html>`_ for advanced configuration.
|
||||
djLint is a command line application. See `configuration </docs/configuration>`_ for advanced configuration.
|
||||
|
||||
.. code:: sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue