mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed the app/app link to point to the latest app version. (#7195)
This commit is contained in:
parent
43fbd6dc78
commit
b88457a39e
@ -104,7 +104,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'https://docs.inventree.org/en/latest/app/app/'
|
||||||
|
|
||||||
|
|
||||||
def inventreeCreditsUrl():
|
def inventreeCreditsUrl():
|
||||||
|
Loading…
Reference in New Issue
Block a user