diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-19 11:00:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 11:00:46 -0400 |
commit | f18dcae78c88f29bf1e79c014621d45097e38999 (patch) | |
tree | 31701f963270209994b629a4e6e483aae4de6327 /files/ja/glossary/http_2/index.html | |
parent | 4ff8d748f719857be138e95b00adbf9783688753 (diff) | |
download | translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.gz translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.bz2 translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.zip |
correct to Quick_links (not Quick_Links) (#2138)
Diffstat (limited to 'files/ja/glossary/http_2/index.html')
-rw-r--r-- | files/ja/glossary/http_2/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/glossary/http_2/index.html b/files/ja/glossary/http_2/index.html index 92c8b4eee3..5637de57a3 100644 --- a/files/ja/glossary/http_2/index.html +++ b/files/ja/glossary/http_2/index.html @@ -15,7 +15,7 @@ translation_of: Glossary/HTTP_2 <p>HTTP/2 は HTTP のアプリケーション的な意味を何も変更していません。 HTTP 1.1 にあった主要な概念、たとえば HTTP メソッド、ステータスコード、 URI、ヘッダーフィールドなどはすべてそのまま残っています。その代わり、 HTTP/2 はデータを書式化 (フレーム化) するしてクライアントとサーバー間で転送する方法を、プロセス全体の管理と、新しいフレーム化レイヤーの中の複雑さをアプリケーションから隠蔽することの両面で変更しました。結果として、既存のすべてのアプリケーションが変更なしに配信することができます。</p> -<section class="Quick_links" id="Quick_Links"> +<section id="Quick_links"> <ol> <li>一般知識 <ol> |