diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-01-17 11:05:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 11:05:01 +0100 |
commit | 243ae4be84d422322f20be1b715dc0b00ef9c32d (patch) | |
tree | d11cb75a08084655ac12e270d33344e91ffe3a08 | |
parent | 1b7f32838557a4805029cfb17710148a948b11bf (diff) | |
parent | d983ad1a878103448231c8fd56fbc9c4b8f7f501 (diff) | |
download | irssi-243ae4be84d422322f20be1b715dc0b00ef9c32d.zip |
Merge pull request #814 from l2dy/website
Update Irssi website URLs to use https
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | docs/help/in/hash.in | 2 | ||||
-rw-r--r-- | docs/help/in/help.in | 2 | ||||
-rw-r--r-- | docs/irssi.1 | 2 | ||||
-rw-r--r-- | docs/manual.txt | 2 | ||||
-rw-r--r-- | irssi.conf | 4 | ||||
-rw-r--r-- | src/fe-text/module-formats.c | 2 |
7 files changed, 8 insertions, 8 deletions
@@ -53,7 +53,7 @@ make && sudo make install ## [Themes](https://irssi-import.github.io/themes/) -## [Scripts](http://scripts.irssi.org/) +## [Scripts](https://scripts.irssi.org/) ## [Modules](https://irssi.org/modules/) diff --git a/docs/help/in/hash.in b/docs/help/in/hash.in index 32dfc9c7..2d5a355d 100644 --- a/docs/help/in/hash.in +++ b/docs/help/in/hash.in @@ -15,7 +15,7 @@ %9References:%9 - http://www.irssi.org + https://irssi.org https://github.com/irssi %9See also:%9 DIE, KILL, OPER diff --git a/docs/help/in/help.in b/docs/help/in/help.in index 555e20e1..35ab9b75 100644 --- a/docs/help/in/help.in +++ b/docs/help/in/help.in @@ -20,7 +20,7 @@ %9References:%9 - http://www.irssi.org + https://irssi.org https://github.com/irssi %9See also:%9 CONNECT, MSG, NETWORK, SERVER diff --git a/docs/irssi.1 b/docs/irssi.1 index e1fab0d8..08be69f5 100644 --- a/docs/irssi.1 +++ b/docs/irssi.1 @@ -59,7 +59,7 @@ show a help message .SH SEE ALSO .B Irssi has a solid amount of documentation available; check /HELP or look online -at http://www.irssi.org +at https://irssi.org .SH FILES .TP .I ~/.irssi/config diff --git a/docs/manual.txt b/docs/manual.txt index b2d0de14..db40e5d3 100644 --- a/docs/manual.txt +++ b/docs/manual.txt @@ -1,5 +1,5 @@ - Irssi 0.8 documentation - http://www.irssi.org/ + Irssi 0.8 documentation - https://irssi.org/ Copyright(c) 2000 Timo Sirainen <cras@irssi.org> @@ -145,7 +145,7 @@ aliases = { SB = "SCROLLBACK"; SBAR = "STATUSBAR"; SIGNOFF = "QUIT"; - SV = "MSG * Irssi $J ($V) - http://www.irssi.org"; + SV = "MSG * Irssi $J ($V) - https://irssi.org"; T = "TOPIC"; UB = "UNBAN"; UMODE = "MODE $N"; @@ -281,7 +281,7 @@ statusbar = { prompt_empty = "{prompt $winname}"; topic = " $topic"; - topic_empty = " Irssi v$J - http://www.irssi.org"; + topic_empty = " Irssi v$J - https://irssi.org"; lag = "{sb Lag: $0-}"; act = "{sb Act: $0-}"; diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 8fa31a0e..b234f46c 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -87,7 +87,7 @@ FORMAT_REC gui_text_formats[] = "|_ _|_ _ _____(_)%:" " | || '_(_-<_-< |%:" "|___|_| /__/__/_|%:" - "Irssi v$J - http://www.irssi.org", 0 }, + "Irssi v$J - https://irssi.org", 0 }, { "welcome_firsttime", "- - - - - - - - - - - - - - - - - - - - - - - - - - - -\n" "Hi there! If this is your first time using Irssi, you%:" |