mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Update link for mobile app docs (#7378)
This commit is contained in:
		| @@ -123,7 +123,7 @@ Refer to the [getting started guide](https://docs.inventree.org/en/latest/start/ | ||||
| <!-- Mobile App --> | ||||
| ## 	:iphone: Mobile App | ||||
|  | ||||
| InvenTree is supported by a [companion mobile app](https://docs.inventree.org/en/latest/app/app/) which allows users access to stock control information and functionality. | ||||
| InvenTree is supported by a [companion mobile app](https://docs.inventree.org/app/) which allows users access to stock control information and functionality. | ||||
|  | ||||
| <div align="center"><h4> | ||||
|     <a href="https://play.google.com/store/apps/details?id=inventree.inventree_app">Android Play Store</a> | ||||
|   | ||||
| @@ -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(): | ||||
|   | ||||
| @@ -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/', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user