Skip to content

Commit

Permalink
Add link to demo for Notify via Custom Resources example
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukzak committed Jul 23, 2024
1 parent 9d55faf commit 031ba28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of example applications built on top of Aidbox FHIR platform
- [Aidbox Forms Builder with Flutter web](/aidbox-forms-flutter-web)
- [Aidbox Forms Builder with Angular.js](/aidbox-forms-angular)
- [Aidbox Forms Builder with Angular.js (controlled mode)](/aidbox-forms-angular-controlled)
- [Aidbox Notify via Custom Resources](/aidbox-notify-via-custom-resources)
- [Aidbox Notify via Custom Resources](/aidbox-notify-via-custom-resources) ([demo](https://aidbox.github.io/app-examples/aidbox-notify-via-custom-resources/))

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions aidbox-notify-via-custom-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Before starting the example, you need to:

You can do this manually or via a bootstrap inside the example.

To run the example, clone the repository and open the `index.html` file in your browser.
To run the example, clone the repository and open the `index.html` file in your browser or open: [Aidbox Notify via Custom Resources](https://aidbox.github.io/app-examples/aidbox-notify-via-custom-resources/).

### FHIRSchema for Custom Resources

Expand Down Expand Up @@ -272,7 +272,7 @@ resourceType: Patient

This section explains the technical details of the notification workflow, including how each step works and what is expected at each stage.

To run the example, clone the repository and open the `index.html` file in your browser.
To run the example, clone the repository and open the `index.html` file in your browser or open: [Aidbox Notify via Custom Resources](https://aidbox.github.io/app-examples/aidbox-notify-via-custom-resources/).

#### Request Notification to Send

Expand Down

0 comments on commit 031ba28

Please sign in to comment.