]> git.mxchange.org Git - friendica-addons.git/commitdiff
IRC addon: the mini-Howto link can be used via https
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 11 Aug 2021 14:14:06 +0000 (16:14 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 11 Aug 2021 14:14:06 +0000 (16:14 +0200)
irc/irc.php

index fb675c26a6c74e7a8537b5b785440c5d1845ece8..4cb99c3f67ee4ff8d44595dbaacd34e1fb04bf9f 100644 (file)
@@ -109,7 +109,7 @@ function irc_content(&$a) {
 /* add the chatroom frame and some html */
   $o .= <<< EOT
 <h2>IRC chat</h2>
-<p><a href="http://tldp.org/HOWTO/IRC/beginners.html" target="_blank" rel="noopener noreferrer">A beginner's guide to using IRC. [en]</a></p>
+<p><a href="https://tldp.org/HOWTO/IRC/beginners.html" target="_blank" rel="noopener noreferrer">A beginner's guide to using IRC. [en]</a></p>
 <iframe src="//web.libera.chat?channels=$channels" style="width:100%; max-width:900px; height: 600px;"></iframe>
 EOT;