From 405246271e3132811dd4ed1391d68c1eb8adf08e Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Sat, 3 Sep 2022 13:33:57 +0200 Subject: [PATCH 1/2] Fix link to SciPy Code of Conduct --- content/en/code-of-conduct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/code-of-conduct.md b/content/en/code-of-conduct.md index 3f4a30595b..e08c80801d 100644 --- a/content/en/code-of-conduct.md +++ b/content/en/code-of-conduct.md @@ -80,4 +80,4 @@ The Committee will respond to any report as soon as possible, and at most within We are thankful to the groups behind the following documents, from which we drew content and inspiration: -- [The SciPy Code of Conduct](https://docs.scipy.org/doc/scipy/reference/dev/conduct/code_of_conduct.html) +- [The SciPy Code of Conduct](https://scipy.github.io/devdocs/dev/conduct/code_of_conduct.html) From 765d81471078deaa4eca895988f930878e53223d Mon Sep 17 00:00:00 2001 From: Peter Sobolewski <76622105+psobolewskiPhD@users.noreply.github.com> Date: Mon, 5 Sep 2022 20:40:00 +0200 Subject: [PATCH 2/2] use docs.scipy.org link --- content/en/code-of-conduct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/code-of-conduct.md b/content/en/code-of-conduct.md index e08c80801d..756b8ac8e4 100644 --- a/content/en/code-of-conduct.md +++ b/content/en/code-of-conduct.md @@ -80,4 +80,4 @@ The Committee will respond to any report as soon as possible, and at most within We are thankful to the groups behind the following documents, from which we drew content and inspiration: -- [The SciPy Code of Conduct](https://scipy.github.io/devdocs/dev/conduct/code_of_conduct.html) +- [The SciPy Code of Conduct](https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html)