diff --git a/README.md b/README.md index 7227db2..5f11e16 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A description of projects underway within AusCAT can be found on our SharePoint: For information of typical server hardware requirements as well as Virtual Machine (VM) setup see our [infrastructure guide](https://github.com/AustralianCancerDataNetwork/auscatverse/blob/main/guides/INFRASTRUCTURE.md). -The [AusCAT installation step-by-step guide](https://github.com/AustralianCancerDataNetwork/auscat_installation/blob/main/README.md) will assist you with the installation of the AusCAT platform. +Please follow the Simulation Environment [guide](./simulation/SIMULATION.md) to get setup with a sandbox environment for an ausCAT node, followed by the Production deployment [guide](./guides/PRODUCTION.md) to setup a production grade environment. ## Code Repositories @@ -38,7 +38,7 @@ The following repositories contain code to running a specific project(s) within ### AusCAT Code Guidelines -Any and all contributions to our code repositories are appreciated. Please be sure to follow our [AusCAT coding guidelines](https://github.com/AustralianCancerDataNetwork/auscatverse/blob/main/guidelines/README.md) as these help us ensure a high quality standard consistently across our repositories. +Any and all contributions to our code repositories are appreciated. Please be sure to follow our [AusCAT coding guidelines](https://github.com/AustralianCancerDataNetwork/auscatverse/blob/main/guidelines/CODING.md) as these help us ensure a high quality standard consistently across our repositories. ## Help & Troubleshooting diff --git a/guidelines/CODING.md b/guidelines/CODING.md index a9e1543..eb48f67 100644 --- a/guidelines/CODING.md +++ b/guidelines/CODING.md @@ -71,7 +71,7 @@ def function_with_types_in_docstring(param1, param2): ## Automated Testing -Currently no automated testing is required for these repositories. This will be revisited in mid to late 2022 to address where such automated testing would be useful. +Currently no automated testing is required for these repositories. This will be revisited in the future to address where such automated testing would be useful. ## Contributing