Fix for mobile app documentation URL (#6198)
Closes https://github.com/inventree/InvenTree/issues/6140
This commit is contained in:
parent
36bb3c5645
commit
9715af564f
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in New Issue