summaryrefslogtreecommitdiff
path: root/content/posts/2017/2017-11-01-hacktoberfest-2017.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2017/2017-11-01-hacktoberfest-2017.md')
-rw-r--r--content/posts/2017/2017-11-01-hacktoberfest-2017.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/content/posts/2017/2017-11-01-hacktoberfest-2017.md b/content/posts/2017/2017-11-01-hacktoberfest-2017.md
index 95c8688..772211d 100644
--- a/content/posts/2017/2017-11-01-hacktoberfest-2017.md
+++ b/content/posts/2017/2017-11-01-hacktoberfest-2017.md
@@ -14,7 +14,7 @@ This year I actively participated in the Hacktoberfest event, which is "a
month-long celebration of open source software". Ironic, given that the
companies organising it don't have their own software stack open source.
-I've found some issues to solve in [https://perl6.org/](Perl 6) projects, and
+I've found some issues to solve in [Perl 6](https://perl6.org/) projects, and
that lead to trying to solve issues in some other projects, and eventually I
got more PRs out than there are days in the month. It did go at the cost of
some sleep, but in the end it seems worth it. In this article, I'll give a
@@ -28,9 +28,9 @@ small overview of all those PRs, in no particular order.
- https://github.com/funtoo/boot-update/pull/14
-When reinstalling my server to try out [https://docker.com](Docker), I noticed
+When reinstalling my server to try out [Docker](https://docker.com), I noticed
an error in the output of the `boot-update` utility, a tool from
-[https://www.funtoo.org/Welcome](Funtoo) to make installing and configuring the
+[Funtoo](https://www.funtoo.org/Welcome) to make installing and configuring the
bootloader easier. The error itself was a small type of a `-` which had to be a
`_`.
@@ -40,7 +40,7 @@ bootloader easier. The error itself was a small type of a `-` which had to be a
- https://github.com/scriptkitties/overlay/pull/15
- https://github.com/scriptkitties/overlay/pull/16
-This is the overlay of the [https://scriptkitties.church](Scriptkitties)
+This is the overlay of the [Scriptkitties](https://scriptkitties.church)
community. It's got some additional software released under a free license that
is not available in the main portage repository. Most of the packages in here
are of software made by the Scriptkitties community.
@@ -65,8 +65,8 @@ the PR remains open.
- https://github.com/rakudo/rakudo/pull/1180
This is a rather small issue, but I noticed it when compiling Perl 6 with
-[https://github.com/tadzik/rakudobrew](Rakudobrew) and it annoyed me.
-[http://zoffix.com/](Zoffix) was a great help in getting me started on this one,
+[Rakudobrew](https://github.com/tadzik/rakudobrew) and it annoyed me.
+[Zoffix](http://zoffix.com/) was a great help in getting me started on this one,
and in general with many other Perl related contributions as well.
#### scriptkitties/perl6-IRC-Client-Plugin-Github
@@ -77,8 +77,8 @@ A neat feature for the Github notification system, HMAC adds a header that can
be used to verify the body of the request, and can be used to verify the other
end of the connection knows the right "secret". Inspired by a Perl 6 bot that
already did this, I made a PR to make this a proper
-[https://github.com/zoffixznet/perl6-IRC-Client](IRC::Client) plugin. It is still
-being tested in [https://github.com/scriptkitties/musashi](musashi).
+[`IRC::Client`](https://github.com/zoffixznet/perl6-IRC-Client) plugin. It is still
+being tested in [musashi](https://github.com/scriptkitties/musashi).
#### perl6/roast
@@ -117,7 +117,7 @@ Sadly, timo has not merged the PR yet, so I can't properly depend on it in
- https://github.com/scriptkitties/perl6-SemVer/pull/1
This is one of the new projects I started. It is intended to be used in
-`App::Cpan6`, since that uses [https://semver.org](Semantic Versioning) for all
+`App::Cpan6`, since that uses [Semantic Versioning](https://semver.org) for all
modules it works with. This module defines a class that can interpret a SemVer
notation, and exposes methods to bump any part of the version.
@@ -141,7 +141,7 @@ message me on IRC!
- https://github.com/perl6/perl6.org/pull/86
- https://github.com/perl6/perl6.org/pull/87
-There were some open issues for the [https://perl6.org](perl6.org) website, and
+There were some open issues for the [perl6.org](https://perl6.org) website, and
I decided to take a look at some and try to fix them. This resulted in NeoVim
being added to the list of recommended editors for Perl 6, and the list of IRC
bots being updated to include all bots in use right now.