From 810c27d5ed70f2c57d288f99a5d1a936b2bf7278 Mon Sep 17 00:00:00 2001 From: martclanor Date: Sat, 25 Jan 2025 22:50:15 +0100 Subject: [PATCH] docs(styleguide): fix style guide link (#2165) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c170bf13230..6dc3c8f1bd9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -92,7 +92,7 @@ MODFLOW 6 source code is formatted automatically with the [fprettify formatter]( ### Style guide -Automated tools like `fprettify` cannot directly address all style concerns. Please review our [style guide](https://modflow6.readthedocs.io/en/latest/styleguide.html) before submitting your code. +Automated tools like `fprettify` cannot directly address all style concerns. Please review our [style guide](https://modflow6.readthedocs.io/en/latest/_dev/styleguide.html) before submitting your code. ## Commit messages