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

This commit is contained in:
Peter Kopias 2024-05-10 02:54:34 +02:00 committed by GitHub
parent 43fbd6dc78
commit b88457a39e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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