From f53c1520c3c8da29a1cb0fc51b28aeea216c1edf Mon Sep 17 00:00:00 2001 From: Sean Fong Date: Thu, 16 May 2024 20:02:16 +0930 Subject: [PATCH] Fix broken doc links --- documentation/docs/index.md | 6 +++--- documentation/docs/sdc/advanced/fundamental.mdx | 2 +- documentation/docs/sdc/calculations.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 070a3e24f..f42c98067 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -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 diff --git a/documentation/docs/sdc/advanced/fundamental.mdx b/documentation/docs/sdc/advanced/fundamental.mdx index ebe8d3913..e8355422f 100644 --- a/documentation/docs/sdc/advanced/fundamental.mdx +++ b/documentation/docs/sdc/advanced/fundamental.mdx @@ -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 diff --git a/documentation/docs/sdc/calculations.mdx b/documentation/docs/sdc/calculations.mdx index e8fcc33a6..bb6bb536f 100644 --- a/documentation/docs/sdc/calculations.mdx +++ b/documentation/docs/sdc/calculations.mdx @@ -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