From 0a4c55802d3361015f95ca97cb26d61ef155300a Mon Sep 17 00:00:00 2001 From: AndrewDorn Date: Wed, 12 Oct 2022 14:01:04 -0500 Subject: [PATCH] Update best-practices.mdx --- .../docs/developer/development-guide/code/best-practices.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/developer/development-guide/code/best-practices.mdx b/website/docs/developer/development-guide/code/best-practices.mdx index 8d8a4f56b..e5e200747 100644 --- a/website/docs/developer/development-guide/code/best-practices.mdx +++ b/website/docs/developer/development-guide/code/best-practices.mdx @@ -11,7 +11,7 @@ All code should reach minimum 80% coverage through [Unit Tests](unit-tests.md). ## Code Style We use the [Google Style Guide](https://google.github.io/styleguide/pyguide.html) for style elements such as documentation, titling, and structure. -We also recommend reviewing [Clean Architecture](./clean-architecture.md) +We also recommend reviewing [Clean Architecture](./clean-architecture.mdx) ## Stop on Failure Failures within ORCA break through to the Cumulus workflow they are a part of.