docs: add link and fix command

This commit is contained in:
John Bampton
2022-06-27 15:30:17 +10:00
parent f080005720
commit 8f16c1d99e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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