Skip to content

Commit 2323f47

Browse files
committedOct 11, 2024·
Fix broken links
1 parent 14d58ea commit 2323f47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎aidbox-notify-via-custom-resources/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Aidbox Notify via Custom Resources
22

3-
[Demo](https://aidbox.github.io/app-examples/aidbox-notify-via-custom-resources/) | [Custom resources using FHIR Schema](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema)
3+
[Demo](https://aidbox.github.io/examples/aidbox-notify-via-custom-resources/) | [Custom resources using FHIR Schema](https://docs.aidbox.app/storage-1/custom-resources/custom-resources-using-fhirschema)
44

55
In this example, you can see the custom resources demonstration on the minimalistic JavaScript example project which implemented the typical flow for notifications: requesting a notification, locking it for sending, and then sending it (placeholder).
66

@@ -57,7 +57,7 @@ Before starting the example, you need to:
5757

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

60-
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/).
60+
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/examples/aidbox-notify-via-custom-resources/).
6161

6262
### FHIR Schema for Custom Resources
6363

@@ -314,7 +314,7 @@ POST /fhir/Patient
314314

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

317-
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/).
317+
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/examples/aidbox-notify-via-custom-resources/).
318318

319319
#### Request Notification to Send
320320

0 commit comments

Comments
 (0)
Please sign in to comment.