Skip to content

Commit 0d23121

Browse files
authored
Fixed landing page for storybook (#2323)
1 parent 18eb883 commit 0d23121

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/medplum-hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This example app demonstrates the following:
1313
- Adding basic URL routing
1414
- Using the [Medplum client](https://www.medplum.com/docs/sdk/classes/MedplumClient) to search for FHIR resources
1515
- Using [Medplum GraphQL](https://graphiql.medplum.com/) queries to fetch linked resources
16-
- Using [Medplum React Components](https://storybook.medplum.com/?path=/docs/medplum-introduction--page) to display FHIR data
16+
- Using [Medplum React Components](https://storybook.medplum.com/?path=/docs/medplum-introduction--docs) to display FHIR data
1717

1818
### Getting Started
1919

packages/docs/docs/tutorials/medplum-hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Medplum Hello World
77

88
Digital health companies often build custom UIs on top of the Medplum platform to design streamlined patient and physician experiences. This tutorial will cover to run the **Medplum "Hello World"** example, a simple [React](https://reactjs.org/) app that visualizes patient information.
99

10-
Hello World is built with Medplum's [React Component](https://storybook.medplum.com/?path=/docs/medplum-introduction--page) library, which is a great resource for rapid prototyping and building internal tools.
10+
Hello World is built with Medplum's [React Component](https://storybook.medplum.com/?path=/docs/medplum-introduction--docs) library, which is a great resource for rapid prototyping and building internal tools.
1111

1212
## Clone and Run the App
1313

packages/docs/docs/ui-components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
Medplum maintains a library of React components which we use in the [Medplum app](../app/index.md) and are open source. We support use of our React component library in third party apps as well.
44

5-
- [Storybook](https://storybook.medplum.com/?path=/docs/medplum-introduction--page)
5+
- [Storybook](https://storybook.medplum.com/?path=/docs/medplum-introduction--docs)
66
- [Source Code](https://github.com/medplum/medplum/tree/main/packages/react) on Github
77
- [Features and Fixes](https://github.com/medplum/medplum/pulls?q=is%3Apr+label%3Areact+) on Github for React component library

0 commit comments

Comments
 (0)