Skip to content

Commit 2e822ad

Browse files
docs(link): update upload form by url support doc link DEV-1349 (#6506)
### 📣 Summary Updated the XLSForm import help link to point to the correct support article section with anchor. ### 👀 Preview steps 1. ℹ️ have an account 2. Navigate to create a new project 3. Select "Import XLSForm via URL" option 4. 🔴 [on main] notice the help link points to `xls_url.html` (broken) 5. 🟢 [on PR] notice the help link points to `xlsform_with_kobotoolbox.html#importing-an-xlsform-via-url` 6. Click the help link 7. 🟢 notice it takes you to the correct section of the support documentation
1 parent e996bbe commit 2e822ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsapp/js/components/modalForms/projectSettings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import sessionStore from '#/stores/session'
3131
import { addRequiredToLabel } from '#/textUtils'
3232
import { escapeHtml, isAValidUrl, join, notify, validFileTypes } from '#/utils'
3333

34-
const VIA_URL_SUPPORT_URL = 'xls_url.html'
34+
const VIA_URL_SUPPORT_URL = 'xlsform_with_kobotoolbox.html#importing-an-xlsform-via-url'
3535

3636
/**
3737
* This is used for multiple different purposes:

0 commit comments

Comments
 (0)