2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 11:35:41 +00:00

Fix for mobile app documentation URL (#6198) (#6199)

Closes https://github.com/inventree/InvenTree/issues/6140

(cherry picked from commit 9715af564f)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot]
2024-01-11 09:11:35 +11:00
committed by GitHub
parent 78b559306b
commit a41efb31b6

View File

@ -105,7 +105,7 @@ def inventreeDocUrl():
def inventreeAppUrl():
"""Return URL for InvenTree app site."""
return f'{inventreeDocUrl()}/app/app',
return f'{inventreeDocUrl()}/app/app/'
def inventreeCreditsUrl():