2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

Fix various documentation links

- Reference the configured docs verrsion
This commit is contained in:
Oliver
2021-10-11 10:53:49 +11:00
parent e3f4453a92
commit c7bfce4a64
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@
<td><span class='fas fa-tasks'></span></td>
<td>{% trans "Background Worker" %}</td>
<td>
<a href='https://inventree.readthedocs.io/en/latest/admin/tasks'>
<a href='{% inventree_docs_url %}/admin/tasks'>
<span class='label label-red'>{% trans "Background worker not running" %}</span>
</a>
</td>
@ -62,7 +62,7 @@
<td><span class='fas fa-envelope'></span></td>
<td>{% trans "Email Settings" %}</td>
<td>
<a href='https://inventree.readthedocs.io/en/latest/admin/email'>
<a href='{% inventree_docs_url %}/admin/email'>
<span class='label label-yellow'>{% trans "Email settings not configured" %}</span>
</a>
</td>