From b1cceb46b98119e7de7484bf00d4554f0a98421f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 15 Jul 2023 16:38:33 +0000 Subject: [PATCH] header/footer: use absolute URL for link to CONTRIBUTING.md (#31) - use anchor link in index --- markdown/footer.md | 2 +- markdown/header.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/footer.md b/markdown/footer.md index 6192c50685..33d57afa0f 100644 --- a/markdown/footer.md +++ b/markdown/footer.md @@ -24,7 +24,7 @@ ## Contributing -Contributing guidelines can be found in [.github/CONTRIBUTING.md](.github/CONTRIBUTING.md). +Contributing guidelines can be found in [.github/CONTRIBUTING.md](https://github.com/awesome-selfhosted/awesome-selfhosted/blob/master/.github/CONTRIBUTING.md). ## Authors diff --git a/markdown/header.md b/markdown/header.md index 8d6eb5b1db..d0249959b4 100644 --- a/markdown/header.md +++ b/markdown/header.md @@ -6,4 +6,4 @@ Self-hosting is the practice of hosting and managing applications on your own se This is a list of [Free](https://en.wikipedia.org/wiki/Free_software) Software [network services](https://en.wikipedia.org/wiki/Network_service) and [web applications](https://en.wikipedia.org/wiki/Web_application) which can be hosted on your own server(s). Non-Free software is listed on the [Non-Free](non-free.md) page. -See [Contributing](.github/CONTRIBUTING.md). +See [Contributing](#contributing).