From 7a3488b3b4a029d26d653146e7fe9ed36fb66a22 Mon Sep 17 00:00:00 2001 From: grace potma <67400059+gracepotma@users.noreply.github.com> Date: Tue, 16 Jan 2024 06:16:39 -0800 Subject: [PATCH] Update README.md Fixing broken links due to our O3 docs site link change. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b11e80e..f0d7581 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This repository provides a starting point for creating your own [OpenMRS Microfrontend](https://wiki.openmrs.org/display/projects/OpenMRS+3.0%3A+A+Frontend+Framework+that+enables+collaboration+and+better+User+Experience). For more information, please see the -[OpenMRS Frontend Developer Documentation](https://openmrs.github.io/openmrs-esm-core/#/). +[OpenMRS Frontend Developer Documentation](https://o3-docs.openmrs.org/#/). -In particular, the [Setup](https://openmrs.github.io/openmrs-esm-core/#/getting_started/setup) section can help you get started developing microfrontends in general. The [Creating a microfrontend](https://openmrs.github.io/openmrs-esm-core/#/main/creating_a_microfrontend) section provides information about how to use this repository to create your own microfrontend. +In particular, the [Setup](https://o3-docs.openmrs.org/docs/frontend-modules/setup) section can help you get started developing microfrontends in general. The [Creating a microfrontend](https://o3-docs.openmrs.org/docs/recipes/create-a-frontend-module) section provides information about how to use this repository to create your own microfrontend. ## Running this code @@ -43,4 +43,4 @@ Check out the [Medication dispensing app](https://github.com/openmrs/openmrs-esm ## Integrating it into your application -Please see [Creating a Microfrontend](https://openmrs.github.io/openmrs-esm-core/#/main/creating_a_microfrontend). +Please see [Creating a Frontend Module](https://o3-docs.openmrs.org/docs/recipes/create-a-frontend-module).