Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Maclennan <caleb@alerque.com>2020-09-02 12:31:38 +0300
committerGitHub <noreply@github.com>2020-09-02 12:31:38 +0300
commit7c1205dc0e409540a05eb17e8e99f7f8db653403 (patch)
treec18ee8ed0880d2574f2a91b14a7ba852a6b867bb /README.md
parentbb75eb8087110b0693d4bf41488149baed79c97e (diff)
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 41dcfe9..b4074e2 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).