Skip to content

Commit 3146956

Browse files
committed
update docs url
1 parent 3734070 commit 3146956

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

App/app/consts/info.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
export const GITHUB_PROJECT_URL = 'https://github.com/zetavg/Inventory';
2-
export const USER_DOCUMENTS_URL = 'https://docs.inventory.z72.io';
2+
export const USER_DOCUMENTS_URL = 'https://docs.inventory.ztg.app';
33
export const CONTACT_GET_HELP_URL =
4-
'https://docs.inventory.z72.io/more/contact#get-help';
4+
'https://docs.inventory.ztg.app/more/contact#get-help';
55

66
export const URLS = {
77
github_project: 'https://github.com/zetavg/Inventory',
8-
user_documents: 'https://docs.inventory.z72.io',
9-
get_help: 'https://docs.inventory.z72.io/more/contact#get-help',
8+
user_documents: 'https://docs.inventory.ztg.app',
9+
get_help: 'https://docs.inventory.ztg.app/more/contact#get-help',
1010
label_printer_integration_document:
11-
'https://docs.inventory.z72.io/app/label-printer-integration',
11+
'https://docs.inventory.ztg.app/app/label-printer-integration',
1212
supported_rfid_devices:
13-
'https://docs.inventory.z72.io/rfid-hardware/supported-rfid-devices',
13+
'https://docs.inventory.ztg.app/rfid-hardware/supported-rfid-devices',
1414
what_is_giai: 'https://hackmd.io/@Inventory/what-is-giai',
1515
what_is_gs1_company_prefix:
1616
'https://hackmd.io/@Inventory/what-is-gs1-company-prefix',
1717
airtable_integration_limitations:
18-
'https://docs.inventory.z72.io/integrations/i/airtable#limitations',
18+
'https://docs.inventory.ztg.app/integrations/i/airtable#limitations',
1919
airtable_integration_setup_base_doc:
20-
'https://docs.inventory.z72.io/integrations/i/airtable#prepare-your-airtable-base-and-get-the-base-id',
20+
'https://docs.inventory.ztg.app/integrations/i/airtable#prepare-your-airtable-base-and-get-the-base-id',
2121
airtable_integration_get_personal_access_token_doc:
22-
'https://docs.inventory.z72.io/integrations/i/airtable#get-a-personal-access-token',
22+
'https://docs.inventory.ztg.app/integrations/i/airtable#get-a-personal-access-token',
2323
airtable_integration_using_public_images_endpoint:
24-
'https://docs.inventory.z72.io/integrations/i/airtable#using-a-public-images-endpoint',
24+
'https://docs.inventory.ztg.app/integrations/i/airtable#using-a-public-images-endpoint',
2525
};

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ The Inventory iOS/Android app is the mandatory tool we provide for asset trackin
1414
* **iOS TestFlight**: Join via https://testflight.apple.com/join/aXKHypal.
1515
* **Android APK Download**: Please check the `.apk` assets in the [latest release](https://github.com/zetavg/Inventory/releases).
1616

17-
> To leverage the complete functionality of the app, a compatible RFID UHF reader is needed. See a list of the currently supported devices [in the documentation here](https://docs.inventory.z72.io/rfid-hardware/supported-rfid-devices).
17+
> To leverage the complete functionality of the app, a compatible RFID UHF reader is needed. See a list of the currently supported devices [in the documentation here](https://docs.inventory.ztg.app/rfid-hardware/supported-rfid-devices).
1818
19-
Here are some guides for you to get started: [Get Started Guides](https://docs.inventory.z72.io/get-started/setup).
19+
Here are some guides for you to get started: [Get Started Guides](https://docs.inventory.ztg.app/get-started/setup).
2020

2121

2222
## Documents
2323

24-
See documents on [https://docs.inventory.z72.io](https://docs.inventory.z72.io).
24+
See documents on [https://docs.inventory.ztg.app](https://docs.inventory.ztg.app).
2525

2626

2727
## Development
2828

29-
The majority of the codebase is written in TypeScript, employing React Native to build the mobile app. Java and Objective-C native modules are used for handling UART/Bluetooth communications with RFID devices, and other heavy-lifting tasks such as supporting index build for full-text searching.
29+
The majority of the codebase is written in TypeScript, employing React Native to build the mobile app. Java and Objective-C native modules are used for handling UART/Bluetooth communications with RFID devices, and other heavy-lifting tasks such as supporting index build for full-text searching.
3030

3131
For more details on each project component, check the following directories:
3232

0 commit comments

Comments
 (0)