10BC0 http -> https (#69) · w3c/typography@ee74144 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee74144

Browse files
authored
http -> https (#69)
1 parent 86dbdaf commit ee74144

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index-data/data.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,8 @@ inline_notes = {
927927
},
928928
{ "title":"The Manual of the Phonetic Symbols of the Mandarin Script",
929929
"sections": [
930-
{"title":"english", "url":"http://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_en/index.html"},
931-
{"title":"chinese", "url":"http://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_ch/index.html"}
930+
{"title":"english", "url":"https://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_en/index.html"},
931+
{"title":"chinese", "url":"https://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_ch/index.html"}
932932
]
933933
},
934934
{ "title":"Japanese Layout Requirements",
@@ -1301,7 +1301,7 @@ justification = {
13011301
"sections": [
13021302
]
13031303
},
1304-
{ "title":"Rule-based expert system for Urdu nastaleeq justification", "url":"http://www.cle.org.pk/Publication/papers/2004/rule-based-expert-system.pdf",
1304+
{ "title":"Rule-based expert system for Urdu nastaleeq justification", "url":"https://www.cle.org.pk/Publication/papers/2004/rule-based-expert-system.pdf",
13051305
"sections": [
13061306
]
13071307
},

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta content="text/html; charset=utf-8" http-equiv="content-type">
55
<title>Language enablement index</title>
6-
<!-- local styles. Includes the styles from http://www.w3.org/International/docs/styleguide -->
6+
<!-- local styles. Includes the styles from https://www.w3.org/International/i18n-activity/guidelines/editing -->
77
<link rel="stylesheet" href="index-data/local.css">
88
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
99
<script class="remove">

0 commit comments

Comments
 (0)
0