Skip to content

Commit

Permalink
Fix broken link in demo form (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored and esthermmoturi committed Jan 18, 2023
1 parent 2041a44 commit 70edc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/apps/reference/forms/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ The `z-score` function takes four parameters:
- Second parameter for the table lookup, such as height. Value is compared against the `points` in the databae document.

#### Example Use
[This example XForm form](https://github.com/medic/cht-core/blob/master/demo-forms/z-score.xml) shows the use of the z-score function. To calculate the z-score for a patient given their sex, age, and weight the XPath calculation is as follows:
[This example XForm form](https://github.com/medic/cht-core/blob/3.13.x/demo-forms/z-score.xml) shows the use of the z-score function. To calculate the z-score for a patient given their sex, age, and weight the XPath calculation is as follows:

`z-score('weight-for-age', ../my_sex, ../my_age, ../my_weight)`

Expand Down

0 comments on commit 70edc07

Please sign in to comment.