From b0c88c6436e4b36bf11a1a44e594741ed29fa67b Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sat, 7 Oct 2023 16:25:27 +0400 Subject: [PATCH] Fix automatic merging link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32af5ac5..7326b4fd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ `nbgitpuller` lets you distribute content in a git repository to your students by having them click a simple link. [Automatic -merging](https://nbgitpuller.readthedocs.io/topic/automatic-merging.html) +merging](https://nbgitpuller.readthedocs.io/en/latest/topic/automatic-merging.html) ensures that your students are never exposed to `git` directly. It is primarily used with a JupyterHub, but can also work on students' local computers.