2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

Update link for mobile app docs (#7378)

This commit is contained in:
Oliver
2024-05-31 17:06:12 +10:00
committed by GitHub
parent 9fa2735f7a
commit 74f4b85dfd
3 changed files with 3 additions and 3 deletions

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/app/'
def inventreeCreditsUrl():

View File

@ -36,7 +36,7 @@ if (IS_DEV_OR_DEMO) {
}
export const docLinks = {
app: 'https://docs.inventree.org/en/latest/app/app/',
app: 'https://docs.inventree.org/app/',
getting_started: 'https://docs.inventree.org/en/latest/getting_started/',
api: 'https://docs.inventree.org/en/latest/api/api/',
developer: 'https://docs.inventree.org/en/latest/develop/starting/',