From 51d5ca79dd46cdc4733071e0d99cc1c4ab94544e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:40:11 +0200 Subject: [PATCH] Fix link in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 84aafe1135..0bf8bfca8b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## Description Thanks for contributing to tskit! :heart: -A guide to the PR process is [here](https://tskit.readthedocs.io/en/latest/development.html#development_workflow_git) +A guide to the PR process is [here](https://tskit.dev/tskit/docs/stable/development.html#git-workflow) Please replace this text with a summary of the change and which issue is fixed, if any. Please also include relevant motivation and context. Fixes #(issue) <- Putting the issue number here will auto-close the issue when this PR is merged