From 0606f03d64ac8de77f0aeb5a72b52821b340efc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Melissa=20Weber=20Mendon=C3=A7a?= Date: Thu, 14 Dec 2023 00:19:08 +0000 Subject: [PATCH] Update links to pre-commit examples --- docs/using-pre-commit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using-pre-commit.md b/docs/using-pre-commit.md index 408f78877..440e34ed1 100644 --- a/docs/using-pre-commit.md +++ b/docs/using-pre-commit.md @@ -62,5 +62,5 @@ repos: language_version: python3 ``` -Tested examples of how to use the pre-commit hook are available in our [tests](https://github.com/mwouts/jupytext/tree/main/tests/functional/pre-commit) - -see for instance [test_pre_commit_1_sync_with_config.py](https://github.com/mwouts/jupytext/blob/main/tests/functional/pre-commit/test_pre_commit_1_sync_with_config.py). +Tested examples of how to use the pre-commit hook are available in our [tests](https://github.com/mwouts/jupytext/tree/main/tests/external/pre_commit) - +see for instance [test_pre_commit_1_sync_with_config.py](https://github.com/mwouts/jupytext/blob/main/tests/external/pre_commit/test_pre_commit_1_sync_with_config.py).