From f6ca4dcc62debb290dfa7644870b074bca14c2b3 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 13 Jul 2019 22:47:15 +0300 Subject: [PATCH] Begin fixing Jekyll deprecation warning Ref: #117 --- blog/_posts/2015-03-25-leaving-bots-life.md | 2 +- blog/_posts/2015-03-26-weechat-sasl-simply.md | 2 +- blog/_posts/2015-04-22-IRC-over-TLS.md | 2 +- pages/irc/irc.markdown | 30 +++++++++---------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/blog/_posts/2015-03-25-leaving-bots-life.md b/blog/_posts/2015-03-25-leaving-bots-life.md index 3b62ffe..bab6158 100644 --- a/blog/_posts/2015-03-25-leaving-bots-life.md +++ b/blog/_posts/2015-03-25-leaving-bots-life.md @@ -56,7 +56,7 @@ etc.)" so we wasted time 50 minutes per trip from [Kotka] to [Hamina] and * * * * * *Update: -[I graduated on 2015-05-29.]({% post_url 2015-05-29-graduation %})* +[I graduated on 2015-05-29.]({% post_url blog/2015-05-29-graduation %})* I would graduate in summer without this issue and the only thing I have missing is work training. As I don't have work training place I was doing diff --git a/blog/_posts/2015-03-26-weechat-sasl-simply.md b/blog/_posts/2015-03-26-weechat-sasl-simply.md index 33e23de..e5daed0 100644 --- a/blog/_posts/2015-03-26-weechat-sasl-simply.md +++ b/blog/_posts/2015-03-26-weechat-sasl-simply.md @@ -71,4 +71,4 @@ choises: `/set irc.server.NETWORK.ssl_verify off` **NOT RECOMMENDED**, see [this post]. -[this post]:{% post_url 2015-02-24-znc160-ssl %} +[this post]:{% post_url blog/2015-02-24-znc160-ssl %} diff --git a/blog/_posts/2015-04-22-IRC-over-TLS.md b/blog/_posts/2015-04-22-IRC-over-TLS.md index 6811c03..211e380 100644 --- a/blog/_posts/2015-04-22-IRC-over-TLS.md +++ b/blog/_posts/2015-04-22-IRC-over-TLS.md @@ -57,7 +57,7 @@ the other people use SSL is passwords: *Now you can move into reading why [IRC over SSL is pointless]...* [POODLE]:https://en.wikipedia.org/wiki/POODLE -[verify the certificates]:{% post_url 2015-02-24-znc160-ssl %} +[verify the certificates]:{% post_url blog/2015-02-24-znc160-ssl %} [IRC over SSL is pointless]:https://www.quakenet.org/articles/99-trust-is-not-transitive-or-why-irc-over-ssl-is-pointless ## Addition: who is interested in my traffic? diff --git a/pages/irc/irc.markdown b/pages/irc/irc.markdown index 09014b3..a56362b 100644 --- a/pages/irc/irc.markdown +++ b/pages/irc/irc.markdown @@ -24,22 +24,22 @@ different nick which is possible depending on network.* links.* * General - * [Getting help from network operators when channel ops are away]({% post_url 2015-01-24-getting_help_with_channel_issues %}) - * [Disabling DCC]({% post_url 2015-03-18-nodcc %}) - * [Keep the ops opped]({% post_url 2015-04-01-keep-the-ops-opped %}) - * [IRC over TLS is not pointless.]({% post_url 2015-04-22-IRC-over-TLS %}) - * [Forming irc:// or ircs:// links]({% post_url 2015-05-18-ircs_links %}) - * [Making channel secret or private]({% post_url 2015-06-08-private_secret_channels %}) - * [Atheme quickstart: NickServ, HostServ, ChanServ & GroupServ]({% post_url 2015-09-19-atheme-quickstart %}) + * [Getting help from network operators when channel ops are away]({% post_url blog/2015-01-24-getting_help_with_channel_issues %}) + * [Disabling DCC]({% post_url blog/2015-03-18-nodcc %}) + * [Keep the ops opped]({% post_url blog/2015-04-01-keep-the-ops-opped %}) + * [IRC over TLS is not pointless.]({% post_url blog/2015-04-22-IRC-over-TLS %}) + * [Forming irc:// or ircs:// links]({% post_url blog/2015-05-18-ircs_links %}) + * [Making channel secret or private]({% post_url blog/2015-06-08-private_secret_channels %}) + * [Atheme quickstart: NickServ, HostServ, ChanServ & GroupServ]({% post_url blog/2015-09-19-atheme-quickstart %}) * Oper - * [Channels & Hostmask groups: A Basic howto]({% post_url 2015-01-10-channels-hostmask-groups-a-basic-howto %}) + * [Channels & Hostmask groups: A Basic howto]({% post_url blog/2015-01-10-channels-hostmask-groups-a-basic-howto %}) * WeeChat - * [Easy instructions for using SASL PLAIN]({% post_url 2015-03-26-weechat-sasl-simply %}) - * [Ignoring with /filter]({% post_url 2015-05-31-weechat-filter %}) + * [Easy instructions for using SASL PLAIN]({% post_url blog/2015-03-26-weechat-sasl-simply %}) + * [Ignoring with /filter]({% post_url blog/2015-05-31-weechat-filter %}) * User modes - * [Showing public channels in whois / umode -iI]({% post_url 2015-03-26-umode--i %}) - * [Using umode +g/blocking unauthorized PMs]({% post_url 2015-04-02-umodeg %}) - * [(Un)Setting umodes (broken from umode -iI)]({% post_url 2015-06-03-setting-umodes %}) + * [Showing public channels in whois / umode -iI]({% post_url blog/2015-03-26-umode--i %}) + * [Using umode +g/blocking unauthorized PMs]({% post_url blog/2015-04-02-umodeg %}) + * [(Un)Setting umodes (broken from umode -iI)]({% post_url blog/2015-06-03-setting-umodes %}) * ZNC - * [ZNC 1.6.0 & SSL certificate verification]({% post_url 2015-02-24-znc160-ssl %}) - * [Installing ZNC on Ubuntu using PPA]({% post_url 2015-05-10-znc-ubuntu %}) + * [ZNC 1.6.0 & SSL certificate verification]({% post_url blog/2015-02-24-znc160-ssl %}) + * [Installing ZNC on Ubuntu using PPA]({% post_url blog/2015-05-10-znc-ubuntu %})