Skip to content

Commit

Permalink
Docs: Fix some missing labels or wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Mar 11, 2021
1 parent fd73bcf commit e69525f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/admin/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ After enabling it, you should set :setting:`ENABLE_HTTPS` in the settings:
Set properly SECURE_HSTS_SECONDS
++++++++++++++++++++++++++++++++

If your site is served over SSL, you have to consider setting a value for :setting:`SECURE_HSTS_SECONDS`
If your site is served over SSL, you have to consider setting a value for :setting:`django:SECURE_HSTS_SECONDS`
in the :file:`settings.py` to enable HTTP Strict Transport Security.
By default it's set to 0 as shown below.

Expand Down
4 changes: 2 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. _api:

.. index::
single: REST
single: API

.. _api:

Weblate's REST API
==================

Expand Down
2 changes: 1 addition & 1 deletion docs/formats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ Example DTD file:

.. seealso:: :doc:`tt:formats/dtd`

.. flatxml:
.. _flatxml:

Flat XML files
--------------
Expand Down

0 comments on commit e69525f

Please sign in to comment.