From 26b8adb300e50efceb51fff6859a1a6ba1ade4f7 Mon Sep 17 00:00:00 2001 From: Jared Baur <45740526+jmbaur@users.noreply.github.com> Date: Thu, 4 Jan 2024 07:58:32 -0800 Subject: [PATCH] github: fix broken links Current links to contributing and commit style guidelines are out of date. --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index af3efeaf..11b8324c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,7 @@ pull-request. Also make sure to read the guidelines found at - https://github.com/nix-community/home-manager/blob/master/docs/contributing.adoc#sec-guidelines + https://nix-community.github.io/home-manager/#sec-guidelines --> @@ -35,7 +35,7 @@ Also make sure to read the guidelines found at {long description} ``` - See [CONTRIBUTING](https://github.com/nix-community/home-manager/blob/master/docs/contributing.adoc#sec-commit-style) for more information and [recent commit messages](https://github.com/nix-community/home-manager/commits/master) for examples. + See [CONTRIBUTING](https://nix-community.github.io/home-manager/#sec-commit-style) for more information and [recent commit messages](https://github.com/nix-community/home-manager/commits/master) for examples. - If this PR adds a new module