Skip to content

Commit

Permalink
Merge pull request #792 from aehrc/issue/692
Browse files Browse the repository at this point in the history
Fix broken doc links
  • Loading branch information
fongsean authored May 16, 2024
2 parents ea5d8bf + f53c152 commit e884d2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions documentation/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ It is intended to demonstrate the use of [HL7 FHIR](https://hl7.org/fhir/) speci
### Getting Started

This documentation is intended to provide a guide on how to use Smart Forms. It is divided into the following sections:
- [Components](./doc/components/boolean): A showcase of supported Questionnaire form components.
- [SDC](./doc/components/boolean): A section around the conformance and usage of functionalities defined in the SDC specification.
- [Developer Usage](./doc/developer-usage/overview): A guide on how to use the form-rendering engine in your own application.
- [Components](/smart-forms/docs/components): A showcase of supported Questionnaire form components.
- [SDC](/smart-forms/docs/sdc): A section around the conformance and usage of functionalities defined in the SDC specification.
- [Developer Usage](/smart-forms/docs/devUsage): A guide on how to use the form-rendering engine in your own application.

### Referenced FHIR Specifications

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/sdc/advanced/fundamental.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The elements/extensions that fall under this subsection are:

An indication, if true, that the item must be present in a "completed" QuestionnaireResponse. If false, the item may be skipped when answering the questionnaire.

Also appears in the [Validation](/smart-forms/docs/sdc/advanced/validation) subsection.
Also appears in the [Value Constraints](/smart-forms/docs/sdc/advanced/constraint) subsection.

#### Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/sdc/calculations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The extensions that fall under this category are:
- [variable](http://hl7.org/fhir/uv/sdc/expressions.html#variable)
- [calculatedExpression](http://hl7.org/fhir/uv/sdc/expressions.html#calculatedExpression)

For pre-population/initialisation of form answers, please refer to the [pre-population section](/docs/sdc/prepopulation).
For pre-population/initialisation of form answers, please refer to the [pre-population section](/smart-forms/docs/sdc/population).

:::warning

Expand Down

0 comments on commit e884d2c

Please sign in to comment.