From 7c1205dc0e409540a05eb17e8e99f7f8db653403 Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Wed, 2 Sep 2020 12:31:38 +0300 Subject: [PATCH] chore(docs) Use relative links for local MD files (#341) This has pros and cons. On the downside it means some places that fetch just the readme and not other files *and* don't render using the project base URL might have broken links. On the upside all forks, branches, and even distributed packages will link to their own respective local files and versions. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 41dcfe96..b4074e27 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Python standard libraries. ## License -Penlight is distributed under the [MIT license](https://github.com/lunarmodules/Penlight/blob/master/LICENSE.md) +Penlight is distributed under the [MIT license](LICENSE.md). ## Installation @@ -83,7 +83,7 @@ through LuaRocks. Then it's a simple matter of running `ldoc .` from the repo. ## Contributing -Contributions are most welcome, please check the [contribution guidelines](https://github.com/lunarmodules/Penlight/blob/master/CONTRIBUTING.md). +Contributions are most welcome, please check the [contribution guidelines](CONTRIBUTING.md). ## Running tests @@ -91,5 +91,4 @@ Execute `lua run.lua tests` to run the tests. Execute `lua run.lua examples` to ## History -For a complete history of the development of Penlight, please check the -[changelog](https://github.com/lunarmodules/Penlight/blob/master/CHANGELOG.md). +For a complete history of the development of Penlight, please check the [changelog](CHANGELOG.md).