aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/http
diff options
context:
space:
mode:
authort7yang <t7yang@gmail.com>2021-07-17 15:47:55 +0800
committerIrvin <irvinfly@gmail.com>2021-07-19 23:04:27 +0800
commit8af4d5e8a260f3474b4273d573532ec6fec08ab4 (patch)
tree2af9751507e1f973e5ddbd075d32e571df1c7658 /files/zh-tw/web/http
parent253bf68f4a0bb343bb556c9ba54c7f9410471e08 (diff)
downloadtranslated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.gz
translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.tar.bz2
translated-content-8af4d5e8a260f3474b4273d573532ec6fec08ab4.zip
replace wiki links in zh-TW
Diffstat (limited to 'files/zh-tw/web/http')
-rw-r--r--files/zh-tw/web/http/protocol_upgrade_mechanism/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html
index 98ac6b0edb..217ff98e17 100644
--- a/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html
+++ b/files/zh-tw/web/http/protocol_upgrade_mechanism/index.html
@@ -6,7 +6,7 @@ translation_of: Web/HTTP/Protocol_upgrade_mechanism
<div>
<p>{{HTTPSidebar}}</p>
-<p><a href="https://wiki.developer.mozilla.org/en-US/docs/Web/HTTP">HTTP/1.1 協議</a>提供了一種特殊的機制,這一機制允許將一個已建立的連接升級成新的、不相容的協議。這篇指南涵蓋了其運作原理和使用場景。</p>
+<p><a href="/zh-TW/docs/Web/HTTP">HTTP/1.1 協議</a>提供了一種特殊的機制,這一機制允許將一個已建立的連接升級成新的、不相容的協議。這篇指南涵蓋了其運作原理和使用場景。</p>
<p>通常來說這一機制總是由客戶端發起的 (不過也有例外,比如說可以由服務端發起{{anch("Server-initiated upgrade to TLS", "升級到傳輸層安全協議(TLS)")}}), 服務端可以選擇是否要升級到新協議。借助這一技術,連接可以以常用的協議啟動(如HTTP/1.1),隨後再升級到HTTP2甚至是WebSockets.</p>