Skip to content

Commit 24f9641

Browse files
committed
Updated URLs
1 parent 0269bc6 commit 24f9641

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PMBP_OPTIONS =
3030

3131
local/bin/pmbp.pl:
3232
mkdir -p local/bin
33-
$(WGET) -O $@ https://raw.github.com/wakaba/perl-setupenv/master/bin/pmbp.pl
33+
$(WGET) -O $@ https://raw.githubusercontent.com/wakaba/perl-setupenv/master/bin/pmbp.pl
3434
pmbp-upgrade: local/bin/pmbp.pl
3535
perl local/bin/pmbp.pl $(PMBP_OPTIONS) --update-pmbp-pl
3636
pmbp-update: git-submodules pmbp-upgrade
@@ -56,9 +56,9 @@ lib/Web/MIME/_TypeDefs.pm: bin/generate-list.pl local/mime-types.json \
5656
local/mime-sniffing.json
5757
$(PERL) $< > $@
5858
local/mime-types.json:
59-
$(WGET) -O $@ https://raw.github.com/manakai/data-web-defs/master/data/mime-types.json
59+
$(WGET) -O $@ https://raw.githubusercontent.com/manakai/data-web-defs/master/data/mime-types.json
6060
local/mime-sniffing.json:
61-
$(WGET) -O $@ https://raw.github.com/manakai/data-web-defs/master/data/mime-sniffing.json
61+
$(WGET) -O $@ https://raw.githubusercontent.com/manakai/data-web-defs/master/data/mime-sniffing.json
6262
local/url-schemes.json:
6363
$(WGET) -O $@ https://raw.githubusercontent.com/manakai/data-web-defs/master/data/url-schemes.json
6464

t/real/basicclient-https.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ httpd.apache.org
1919
soulsphere.org
2020
whatwg.org
2121
dom.spec.whatwg.org
22-
www.facebook.com
22+
facebook.com
2323
helloworld.letsencrypt.org
2424
www.hatena.ne.jp
2525
hatena.g.hatena.ne.jp

t/real/https.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ httpd.apache.org
1919
soulsphere.org
2020
whatwg.org
2121
dom.spec.whatwg.org
22-
www.facebook.com
22+
facebook.com
2323
helloworld.letsencrypt.org
2424
www.hatena.ne.jp
2525
hatena.g.hatena.ne.jp

0 commit comments

Comments
 (0)