From 6d1fc50e589a04feb55d4da6d01c74069675e60c Mon Sep 17 00:00:00 2001 From: Cody Hennesy Date: Wed, 12 Aug 2026 15:35:19 -0700 Subject: [PATCH] Update CODE_OF_CONDUCT.md Fixes (Lab Editor review)[https://github.com/carpentries-lab/reviews/issues/36] mention that "Link to 'reporting guidelines' in Code of Conduct file is broken - should be https://docs.carpentries.org/policies/coc/incident-reporting.html" --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f19b8049..17e431f0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -9,5 +9,5 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by following our [reporting guidelines][coc-reporting]. -[coc-reporting]: https://docs.carpentries.org/topic_folders/policies/incident-reporting.html +[coc-reporting]: https://docs.carpentries.org/policies/coc/incident-reporting.html [coc]: https://docs.carpentries.org/topic_folders/policies/code-of-conduct.html