From 4e8dfdda6a0e43701a73a5183b1011e8c51018f6 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Fri, 7 Nov 2025 23:14:27 +0100 Subject: [PATCH] Fix link to Code of Conduct in CONTRIBUTING.md Updated the link to Project Jupyter's Code of Conduct to fix the CI check. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed313849ad..97cbdceda3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thanks for contributing to Jupyter Notebook! -Make sure to follow [Project Jupyter's Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md) +Make sure to follow [Project Jupyter's Code of Conduct](https://jupyter.org/governance/conduct/code-of-conduct) for a friendly and welcoming collaborative environment. ## Setting up a development environment