diff --git a/documentation/README (1).md b/documentation/README (1).md index be323358..ba4a3981 100644 --- a/documentation/README (1).md +++ b/documentation/README (1).md @@ -23,7 +23,7 @@ The following tools are needed to run/deploy platform: 4. Download the latest OpenHIM Platform config file which configures Instant OpenHIE v2 to use OpenHIM Platform packages: `wget https://raw.githubusercontent.com/jembi/platform//config.yaml` {% hint style="info" %} - e.g. `wget https://raw.githubusercontent.com/jembi/platform/2.3.0/config.yaml` + e.g. `wget https://raw.githubusercontent.com/jembi/platform/2.5.0/config.yaml` {% endhint %} 5. Download the latest environment variable file, which sets configuration options for OpenHIM Platform packages: `wget https://raw.githubusercontent.com/jembi/platform//.env.local` diff --git a/documentation/recipes/central-data-repository-no-reporting.md b/documentation/recipes/central-data-repository-no-reporting.md index 9e5b1677..b827717b 100644 --- a/documentation/recipes/central-data-repository-no-reporting.md +++ b/documentation/recipes/central-data-repository-no-reporting.md @@ -14,7 +14,7 @@ This recipe sets up an HIE that does the following: To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)): ```bash -wget https://raw.githubusercontent.com/jembi/platform/recipes/cdr.env && \ -wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \ +wget https://raw.githubusercontent.com/jembi/platform/main/cdr.env && \ +wget https://raw.githubusercontent.com/jembi/platform/main/config.yaml && \ instant package init -p cdr --dev ``` diff --git a/documentation/recipes/central-data-repository-with-data-warehousing.md b/documentation/recipes/central-data-repository-with-data-warehousing.md index 86b34df9..1efcf88e 100644 --- a/documentation/recipes/central-data-repository-with-data-warehousing.md +++ b/documentation/recipes/central-data-repository-with-data-warehousing.md @@ -18,8 +18,8 @@ This recipe sets up an HIE that does the following: To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)): ```bash -wget https://raw.githubusercontent.com/jembi/platform/recipes/cdr-dw.env && \ -wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \ +wget https://raw.githubusercontent.com/jembi/platform/main/cdr-dw.env && \ +wget https://raw.githubusercontent.com/jembi/platform/main/config.yaml && \ instant package init -p cdr-dw --dev ``` diff --git a/documentation/recipes/master-patient-index.md b/documentation/recipes/master-patient-index.md index 4f99ec4b..44a7124e 100644 --- a/documentation/recipes/master-patient-index.md +++ b/documentation/recipes/master-patient-index.md @@ -9,7 +9,7 @@ This recipe sets up an HIE that deploys JeMPI behind the OpenHIM with a mapping To launch this package in dev mode copy and paste this into your terminal in a new folder (ensure you have the [instant CLI installed](https://jembi.gitbook.io/instant-v2/getting-started/quick-start)): ```bash -wget https://raw.githubusercontent.com/jembi/platform/recipes/mpi.env && \ -wget https://raw.githubusercontent.com/jembi/platform/recipes/config.yaml && \ +wget https://raw.githubusercontent.com/jembi/platform/main/mpi.env && \ +wget https://raw.githubusercontent.com/jembi/platform/main/config.yaml && \ instant package init -p mpi --dev ```