2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 19:45:46 +00:00

Revert "Fixed the app/app link to point to the latest app version. (#7195)" (#7201)

This reverts commit b88457a39e.
This commit is contained in:
Oliver
2024-05-11 14:11:23 +10:00
committed by GitHub
parent b7da959dbd
commit 03ab4bb808

View File

@ -104,7 +104,7 @@ def inventreeDocUrl():
def inventreeAppUrl():
"""Return URL for InvenTree app site."""
return f'https://docs.inventree.org/en/latest/app/app/'
return f'{inventreeDocUrl()}/app/app/'
def inventreeCreditsUrl():