aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/textdecoder/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/textdecoder/index.html')
-rw-r--r--files/ja/web/api/textdecoder/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/textdecoder/index.html b/files/ja/web/api/textdecoder/index.html
index 2ec8a8e13c..b69e8a9b00 100644
--- a/files/ja/web/api/textdecoder/index.html
+++ b/files/ja/web/api/textdecoder/index.html
@@ -104,7 +104,7 @@ console.log(win1251decoder.decode(bytes)); // Привет, мир!
<ul>
<li>逆の操作を表す {{DOMxRef("TextEncoder")}} インターフェイス。</li>
<li><a href="/ja/Add-ons/Code_snippets/StringView"><code>StringView</code></a> – 型付き配列による、C ライクな文字列の表現</li>
- <li>非サポートブラウザーでもこのインターフェイスを使用可能にする <a href="https://github.com/inexorabletash/text-encoding" title="http://code.google.com/p/stringencoding/">shim</a>。</li>
+ <li>非サポートブラウザーでもこのインターフェイスを使用可能にする <a href="https://github.com/inexorabletash/text-encoding">shim</a>。</li>
<li><code><a href="/ja/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.importGlobalProperties">Components.utils.importGlobalProperties</a></code></li>
<li><a href="https://nodejs.org/api/util.html#util_class_util_textdecoder">Node.js supports global export from v11.0.0</a></li>
</ul>