Skip to content

Commit 90a4030

Browse files
Update skip_logic.md
1 parent 15f3492 commit 90a4030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/skip_logic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ To manually enter skip logic in XLSForm code, follow these steps:
4141
In XLSForm code, questions are referred to by their **question name** (Data Column Name) using the format `${question_name}`. For example, if Q2 should be asked only if the answer to Q1 is "Yes", the skip logic condition for Q2 would be `${Q1} = ‘yes’`.
4242

4343
<p class="note">
44-
For more information on XLSForm code and operators, see <a href="https://xlsform.org/en/#relevant">XLSForm documentation</a>.
44+
For more information on XLSForm code and operators, see <a href="https://support.kobotoolbox.org/form_logic_xls.html">Introduction to form logic in XLSForm</a>.
4545
</p>
4646

0 commit comments

Comments
 (0)