From 28dd04252638ed108697089b125ef9ee9725796b Mon Sep 17 00:00:00 2001 From: Kevin Fischer Date: Tue, 29 Nov 2022 14:08:55 +0900 Subject: [PATCH 1/2] Futureproof contributors links The links pointed to old repositories so I turned them to relative links --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e585d0..e042469 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](https://github.com/awesome-dragonruby/awesome-dragonruby/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 ebbf723..7f3355b 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](https://github.com/DragonRuby-community/awesome-dragonruby/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 From 4cd046260b9aaa51c8f9ecbd7bf40894c040a902 Mon Sep 17 00:00:00 2001 From: Kevin Fischer Date: Tue, 29 Nov 2022 14:10:50 +0900 Subject: [PATCH 2/2] 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