|
1 | 1 | 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'; |
3 | 3 | 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'; |
5 | 5 |
|
6 | 6 | export const URLS = { |
7 | 7 | 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', |
10 | 10 | label_printer_integration_document: |
11 | | - 'https://docs.inventory.z72.io/app/label-printer-integration', |
| 11 | + 'https://docs.inventory.ztg.app/app/label-printer-integration', |
12 | 12 | 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', |
14 | 14 | what_is_giai: 'https://hackmd.io/@Inventory/what-is-giai', |
15 | 15 | what_is_gs1_company_prefix: |
16 | 16 | 'https://hackmd.io/@Inventory/what-is-gs1-company-prefix', |
17 | 17 | airtable_integration_limitations: |
18 | | - 'https://docs.inventory.z72.io/integrations/i/airtable#limitations', |
| 18 | + 'https://docs.inventory.ztg.app/integrations/i/airtable#limitations', |
19 | 19 | 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', |
21 | 21 | 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', |
23 | 23 | 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', |
25 | 25 | }; |
0 commit comments