From 8f16c1d99eacd4c37e8ad958f293f4e7d5b18ac9 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Mon, 27 Jun 2022 15:30:17 +1000 Subject: [PATCH] docs: add link and fix command --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index deb452ec1..99297d7a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,7 +39,7 @@ Sometimes you might need to skip one or more hooks which can be done with the `S * [Quick start](https://pre-commit.com/#quick-start) * [Usage](https://pre-commit.com/#usage) -* [pre-commit-autoupdate](https://pre-commit.com/#pre-commit-autoupdate) +* [pre-commit autoupdate](https://pre-commit.com/#pre-commit-autoupdate) * [Temporarily disabling hooks](https://pre-commit.com/#temporarily-disabling-hooks) ## Spell Checking diff --git a/README.md b/README.md index 271551df5..190fca3f4 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ rake view_capi mruby contains a package manager called *mrbgems*. To create extensions in C and/or Ruby you should create a *GEM*. For a documentation of how to use mrbgems consult the file [mrbgems.md](doc/guides/mrbgems.md). -For example code of how to use mrbgems look into the folder *examples/mrbgems/*. +For example code of how to use mrbgems look into the folder [examples/mrbgems/](examples/mrbgems). ## License