Skip to content

Commit

Permalink
Fix broken storybook links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 22, 2024
1 parent 05acc56 commit f5f48e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/docs/components/display.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import IframeContainer from '../../src/react/IframeContainer';

<IframeContainer storyUrl="https://smartforms.csiro.au/storybook/index.html?path=/story/component-itemtype-display--display-calculation-styled">
<iframe
src="http://smartforms.csiro.au/storybook/iframe.html?args=&id=component-itemtype-display--display-calculation-styled"
src="https://smartforms.csiro.au/storybook/iframe.html?args=&id=component-itemtype-display--display-calculation-styled"
width="100%"
height="240"
/>
Expand Down
2 changes: 1 addition & 1 deletion documentation/docs/operations/extract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Relevant resources:

`source`- https://smartforms.csiro.au/api/fhir/StructureMap/extract-bmi

`content`- http://smartforms.csiro.au/fhir/Questionnaire/CalculatedExpressionBMICalculatorPrepop
`content`- https://smartforms.csiro.au/fhir/Questionnaire/CalculatedExpressionBMICalculatorPrepop

[//]: # 'turn it into a microservice'

Expand Down

0 comments on commit f5f48e8

Please sign in to comment.