From a41efb31b6d64c60e8d60879388590b62df304a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 09:11:35 +1100 Subject: [PATCH] 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 --- InvenTree/InvenTree/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/version.py b/InvenTree/InvenTree/version.py index 001713359d..1f6da33f89 100644 --- a/InvenTree/InvenTree/version.py +++ b/InvenTree/InvenTree/version.py @@ -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():