diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 9732c9516..c47b1816b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,7 +4,7 @@ Please add a description of what is accomplished in the PR here at the top: --> Checklist @@ -12,7 +12,7 @@ Checklist * [ ] If this PR adds a new analysis task, it has also been added to the user's guide * [ ] Developer's Guide has been updated * [ ] API documentation in the Developer's Guide (`api.rst`) has any new or modified class, method and/or functions listed -* [ ] Documentation has been [built locally](https://mpas-dev.github.io/MPAS-Analysis/latest/users_guide/quick_start.html#generating-documentation) and changes look as expected +* [ ] Documentation has been [built locally](https://mpas-dev.github.io/MPAS-Analysis/develop/users_guide/quick_start.html#generating-documentation) and changes look as expected * [ ] `Testing` comment in the PR documents testing used to verify the changes