Skip to content

Commit 2f44142

Browse files
committed
Github no longer has .org domain
At least, it is no longer usable.
1 parent 5bba237 commit 2f44142

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

t/benchable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ $t.test(‘comment after a url (without #)’,
166166
/^ <me($t)>‘, ¦HEAD: «’ \d+\.\d+ ‘»’ $/);
167167

168168
$t.test(wrong url,
169-
bench: HEAD http://github.org/sntoheausnteoahuseoau,
169+
bench: HEAD http://github.com/sntoheausnteoahuseoau,
170170
{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found).);
171171

172172
$t.test(wrong mime type,

t/bisectable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ $t.test(‘comment after a url (without #)’,
203203
{$t.our-nick}, Output on both points: «url test»);
204204

205205
$t.test(wrong url,
206-
bisect: http://github.org/sntoheausnteoahuseoau,
206+
bisect: http://github.com/sntoheausnteoahuseoau,
207207
{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found).);
208208

209209
$t.test(wrong mime type,

t/committable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ $t.test(‘comment after a url (without #)’,
234234
/^ <me($t)>‘, ¦HEAD(’<sha>‘): «url test»’ $/);
235235

236236
$t.test(wrong url,
237-
commit: HEAD http://github.org/sntoheausnteoahuseoau,
237+
commit: HEAD http://github.com/sntoheausnteoahuseoau,
238238
{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found).);
239239

240240
$t.test(wrong mime type,

t/evalable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ $t.test(‘comment after a url (without #)’,
182182
/^ <me($t)>‘, rakudo-moar ’<sha>‘: OUTPUT: «url test»’ $/);
183183

184184
$t.test(wrong url,
185-
eval: http://github.org/sntoheausnteoahuseoau,
185+
eval: http://github.com/sntoheausnteoahuseoau,
186186
{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found).);
187187

188188
$t.test(wrong mime type,

t/unicodable.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $t.test(‘comment after a url (without #)’,
156156
{$t.our-nick}, U+0021 EXCLAMATION MARK [Po] (!));
157157

158158
$t.test(wrong url,
159-
u: http://github.org/sntoheausnteoahuseoau,
159+
u: http://github.com/sntoheausnteoahuseoau,
160160
{$t.our-nick}, It looks like a URL, but for some reason I cannot download it (HTTP status line is 404 Not Found).);
161161

162162
$t.test(wrong mime type,

0 commit comments

Comments
 (0)