From a9157fdd3da3f53a3364dd06d1031e285e1c92cc Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:23:35 -0400 Subject: fix a bug of legacy http:// URL references --- files/zh-tw/web/css/@font-face/index.html | 2 +- files/zh-tw/web/svg/tutorial/getting_started/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/zh-tw') diff --git a/files/zh-tw/web/css/@font-face/index.html b/files/zh-tw/web/css/@font-face/index.html index ca045e5dab..ef31a61619 100644 --- a/files/zh-tw/web/css/@font-face/index.html +++ b/files/zh-tw/web/css/@font-face/index.html @@ -63,7 +63,7 @@ translation_of: Web/CSS/@font-face <style type="text/css" media="screen, print"> @font-face { font-family: "Bitstream Vera Serif Bold"; - src: url("http://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); + src: url("https://developer.mozilla.org/@api/deki/files/2934/=VeraSeBd.ttf"); } body { font-family: "Bitstream Vera Serif Bold", serif } diff --git a/files/zh-tw/web/svg/tutorial/getting_started/index.html b/files/zh-tw/web/svg/tutorial/getting_started/index.html index 177e9ad15b..e1068daf8c 100644 --- a/files/zh-tw/web/svg/tutorial/getting_started/index.html +++ b/files/zh-tw/web/svg/tutorial/getting_started/index.html @@ -22,7 +22,7 @@ translation_of: Web/SVG/Tutorial/Getting_Started </svg> -

複製這段程式碼,在一個文件裡貼上,給該文件起名為demo1.svg,然後用Firefox打開它,會渲染成下面截圖的樣子。(Firefox 用户: 點這裡)

+

複製這段程式碼,在一個文件裡貼上,給該文件起名為demo1.svg,然後用Firefox打開它,會渲染成下面截圖的樣子。(Firefox 用户: 點這裡)

svgdemo1.png

-- cgit v1.2.3-54-g00ecf