Skip to content

Commit 4ca35f7

Browse files
committed
Update irc.libera.chat webclient url
Updated to https://web.libera.chat/
1 parent f1031d7 commit 4ca35f7

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

assets/documentable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title-page": "Raku Documentation",
33
"pod-root-path": "https://github.com/Raku/doc/blob/master/doc",
4-
"irc-link": "https://kiwiirc.com/client/irc.libera.chat/#raku",
4+
"irc-link": "https://web.libera.chat/?channel=#raku",
55
"kinds": [
66
{
77
"kind": "language",

assets/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function setup_debug_mode(){
108108
console.info("checking for dead links");
109109

110110
function report_broken_link(url) {
111-
$('html').find('#search').after('<div style="text-align: center;">Broken link: ' + url + ' found. Please report at <a href="https://kiwiirc.com/client/irc.libera.chat/#raku">irc.libera.chat#raku</a></div>');
111+
$('html').find('#search').after('<div style="text-align: center;">Broken link: ' + url + ' found. Please report at <a href="https://web.libera.chat/?channel=#raku">irc.libera.chat#raku</a></div>');
112112
}
113113

114114
var seen_link = [];

doc/Language/community.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,15 @@ B<PufferBot> (L<details|https://github.com/Kaiepi/p6-RakudoBot>)
258258
259259
An IRC bot for testing builds of Rakudo on OpenBSD. It can be
260260
addressed by its full name ('PufferBot'). Talks only in
261-
L<#raku-dev|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>.
261+
L<#raku-dev|https://web.libera.chat/?channel=#raku-dev>.
262262
=end item
263263
264264
=begin item
265265
B<BeastieBot> (L<details|https://github.com/Kaiepi/p6-RakudoBot>)
266266
267267
An IRC bot for testing builds of Rakudo on FreeBSD. It can be
268268
addressed by its full name ('BeastieBot'). Talks only in
269-
L<#raku-dev|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>.
269+
L<#raku-dev|https://web.libera.chat/?channel=#raku-dev>.
270270
=end item
271271
272272

doc/Language/faq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Anything published before December, 2015 likely describes a pre-release
113113
version of Raku.
114114
115115
You can always
116-
L<get help from a live human in our help chat|https://kiwiirc.com/client/irc.libera.chat/#raku>
116+
L<get help from a live human in our help chat|https://web.libera.chat/?channel=#raku>
117117
or L<search the chat logs|https://colabti.org/irclogger/irclogger_log_search/raku>
118118
to find previous conversations and discussions.
119119

doc/Type/IO/CatHandle.pod6

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Defined as:
769769
770770
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
771771
exception. If you have a good idea for how this method should behave,
772-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
772+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
773773
774774
=head2 method nl-out
775775
@@ -779,7 +779,7 @@ Defined as:
779779
780780
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
781781
exception. If you have a good idea for how this method should behave,
782-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
782+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
783783
784784
=head2 method out-buffer
785785
@@ -789,7 +789,7 @@ Defined as:
789789
790790
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
791791
exception. If you have a good idea for how this method should behave,
792-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
792+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
793793
794794
=head2 method print
795795
@@ -799,7 +799,7 @@ Defined as:
799799
800800
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
801801
exception. If you have a good idea for how this method should behave,
802-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
802+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
803803
804804
=head2 method printf
805805
@@ -809,7 +809,7 @@ Defined as:
809809
810810
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
811811
exception. If you have a good idea for how this method should behave,
812-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
812+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
813813
814814
=head2 method print-nl
815815
@@ -819,7 +819,7 @@ Defined as:
819819
820820
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
821821
exception. If you have a good idea for how this method should behave,
822-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
822+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
823823
824824
=head2 method put
825825
@@ -829,7 +829,7 @@ Defined as:
829829
830830
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
831831
exception. If you have a good idea for how this method should behave,
832-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
832+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
833833
834834
=head2 method say
835835
@@ -839,7 +839,7 @@ Defined as:
839839
840840
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
841841
exception. If you have a good idea for how this method should behave,
842-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
842+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
843843
844844
=head2 method write
845845
@@ -849,7 +849,7 @@ Defined as:
849849
850850
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
851851
exception. If you have a good idea for how this method should behave,
852-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
852+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
853853
854854
=head2 method WRITE
855855
@@ -859,7 +859,7 @@ Defined as:
859859
860860
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
861861
exception. If you have a good idea for how this method should behave,
862-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
862+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
863863
864864
=head2 method READ
865865
@@ -869,7 +869,7 @@ Defined as:
869869
870870
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
871871
exception. If you have a good idea for how this method should behave,
872-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
872+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
873873
874874
=head2 method EOF
875875
@@ -879,7 +879,7 @@ Defined as:
879879
880880
The L<IO::CatHandle|/type/IO::CatHandle> type overrides this method to throw a C<X::NYI>
881881
exception. If you have a good idea for how this method should behave,
882-
L<tell Rakudo developers about it|https://kiwiirc.com/client/irc.libera.chat/#raku-dev>!
882+
L<tell Rakudo developers about it|https://web.libera.chat/?channel=#raku-dev>!
883883
884884
=end pod
885885

documentable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title-page": "Raku official documentation",
33
"pod-root-path": "https://github.com/Raku/doc/edit/master/doc/",
4-
"irc-link": "https://kiwiirc.com/client/irc.libera.chat/#raku",
4+
"irc-link": "https://web.libera.chat/?channel=#raku",
55
"kinds": [
66
{
77
"kind": "language",

writing-docs/SQUASHATHONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ to this repository. It will help the organization of the hackathon if
66
you follow these rules when participating in it.
77

88
1. Always work against an [issue](https://github.com/Raku/doc/issues). If you find some typo or any other kind of error for which an issue does not exist, please create one.
9-
2. Always work on assigned issues. Assignments get echoed in the [`raku` IRC channel](https://kiwiirc.com/client/irc.libera.chat/#raku), so everyone knows someone is working on that.
9+
2. Always work on assigned issues. Assignments get echoed in the [`raku` IRC channel](https://web.libera.chat/?channel=#raku), so everyone knows someone is working on that.
1010
3. You can only assign issues to contributors, so if someone who is
1111
not a contributor asks to be assigned something, please assign it
1212
to yourself (provided you are a contributor) and do an `@` mention with the nick of the actual

0 commit comments

Comments
 (0)