Fix for mobile app documentation URL (#6198)

Closes https://github.com/inventree/InvenTree/issues/6140
This commit is contained in:
Oliver 2024-01-11 09:02:43 +11:00 committed by GitHub
parent 36bb3c5645
commit 9715af564f
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():