Skip to content

Commit 4fba74d

Browse files
committed
Fix path to typedoc
1 parent 4c9a4c8 commit 4fba74d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/designing-studies
  • versioned_docs/version-v2.4.1/designing-studies

docs/designing-studies/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can structure your forms by adding a divider between form elements. This is
138138
]
139139
```
140140

141-
Alternatively, if you want to position dividers independently of specific questions, you can use [`DividerResponse`](../../docs/typedoc/interfaces/DividerResponse.md) as a standalone response element.
141+
Alternatively, if you want to position dividers independently of specific questions, you can use [`DividerResponse`](/docs/typedoc/interfaces/DividerResponse.md) as a standalone response element.
142142

143143
```json title="public/study-name/config.json"
144144
"components": {

versioned_docs/version-v2.4.1/designing-studies/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ You can structure your forms by adding a divider between form elements. This is
138138
]
139139
```
140140

141-
Alternatively, if you want to position dividers independently of specific questions, you can use [`DividerResponse`](../../docs/typedoc/interfaces/DividerResponse.md) as a standalone response element.
141+
Alternatively, if you want to position dividers independently of specific questions, you can use [`DividerResponse`](/docs/typedoc/interfaces/DividerResponse.md) as a standalone response element.
142142

143143
```json title="public/study-name/config.json"
144144
"components": {

0 commit comments

Comments
 (0)