Skip to content

Commit

Permalink
Updated links to docs in main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmouiee committed Jun 14, 2024
1 parent 74d2f2a commit 35b7ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion guidelines/CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35b7ed7

Please sign in to comment.