2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

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

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

(cherry picked from commit 9715af564fa1af23a5cccf50ce286e0b85f558c9)

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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