From 4cd046260b9aaa51c8f9ecbd7bf40894c040a902 Mon Sep 17 00:00:00 2001 From: Kevin Fischer Date: Tue, 29 Nov 2022 14:10:50 +0900 Subject: [PATCH] Fix relative links `blobs/master` is added to relative links so I added ../../ to get back to the repository --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e042469..306f5f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,4 +18,4 @@ To stay on the list, projects should follow these quality standards: * Documented. * Tests. -Thanks to all [contributors](./graphs/contributors), you're awesome and wouldn't be possible without you! +Thanks to all [contributors](../../graphs/contributors), you're awesome and wouldn't be possible without you! diff --git a/README.md b/README.md index 7f3355b..96bed0b 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at the [contribution guidelines and quality standard](./CONTRIBUTING.md) first. -Thanks to all [contributors](./graphs/contributors), you're awesome and this wouldn't be possible without you! +Thanks to all [contributors](../../graphs/contributors), you're awesome and this wouldn't be possible without you! ## License