From 4aabc6b607fc398c06845e4d2d3acc086f0f603c Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Fri, 15 Dec 2023 17:36:00 +0100 Subject: [PATCH] fix contributing --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 96e3a94..e5bed67 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,5 +52,5 @@ mypy src/pystencilssfg Both `flake8` and `mypy` are also run in the integration pipeline. It is furthermore recommended to run both checkers as a git pre-commit hook. -Such a hook can be installed using the [`install_git_hooks.sh`][install_git_hooks.sh] script located at the project root. +Such a hook can be installed using the [`install_git_hooks.sh`](install_git_hooks.sh) script located at the project root. -- GitLab