aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 159a193..ac21abf 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ make
```
The requirements are Perl with dependencies:
-- [p5-Git-Raw]: Perl bindings to [libgit2];
+- [Git::Raw]: Perl bindings to [libgit2];
- [Mustache::Simple]: template library for generating output files;
- [CommonMark][cm-p]: [CommonMark][cm-spec] renderer.
-[p5-Git-Raw]: https://github.com/jacquesg/p5-Git-Raw/
+[Git::Raw]: https://metacpan.org/pod/Git::Raw
[libgit2]: https://libgit2.org/
[Mustache::Simple]: https://metacpan.org/pod/Mustache::Simple
[cm-p]: https://metacpan.org/pod/CommonMark
@@ -44,13 +44,13 @@ Documentation available via installed manpages, also available online: [`gistati
## Contributing
Extra tools used for development are:
-- [Perl::Critic][perlcritic] and [B::Lint][blint] for linting;
+- [Perl::Critic] and [B::Lint] for linting;
- [perltidy] for code formatting;
- [ShellCheck] for validating scripts;
- [pandoc] for generating the documentation HTML and website.
-[perlcritic]: https://metacpan.org/pod/Perl::Critic
-[blint]: https://metacpan.org/pod/B::Lint
+[Perl::Critic]: https://metacpan.org/pod/Perl::Critic
+[B::Lint]: https://metacpan.org/pod/B::Lint
[perltidy]: https://metacpan.org/pod/perltidy
[ShellCheck]: https://www.shellcheck.net/
[pandoc]: https://pandoc.org/