Skip to content

Commit

Permalink
http -> https (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
xfq authored Mar 5, 2024
1 parent 86dbdaf commit ee74144
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index-data/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,8 +927,8 @@ inline_notes = {
},
{ "title":"The Manual of the Phonetic Symbols of the Mandarin Script",
"sections": [
{"title":"english", "url":"http://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_en/index.html"},
{"title":"chinese", "url":"http://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_ch/index.html"}
{"title":"english", "url":"https://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_en/index.html"},
{"title":"chinese", "url":"https://language.moe.gov.tw/001/Upload/files/site_content/M0001/juyin/html_ch/index.html"}
]
},
{ "title":"Japanese Layout Requirements",
Expand Down Expand Up @@ -1301,7 +1301,7 @@ justification = {
"sections": [
]
},
{ "title":"Rule-based expert system for Urdu nastaleeq justification", "url":"http://www.cle.org.pk/Publication/papers/2004/rule-based-expert-system.pdf",
{ "title":"Rule-based expert system for Urdu nastaleeq justification", "url":"https://www.cle.org.pk/Publication/papers/2004/rule-based-expert-system.pdf",
"sections": [
]
},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Language enablement index</title>
<!-- local styles. Includes the styles from http://www.w3.org/International/docs/styleguide -->
<!-- local styles. Includes the styles from https://www.w3.org/International/i18n-activity/guidelines/editing -->
<link rel="stylesheet" href="index-data/local.css">
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
<script class="remove">
Expand Down

0 comments on commit ee74144

Please sign in to comment.