diff options
Diffstat (limited to 'files/ja/web/api/atob/index.html')
-rw-r--r-- | files/ja/web/api/atob/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/atob/index.html b/files/ja/web/api/atob/index.html index 96eb707a54..7dd4eaeb6f 100644 --- a/files/ja/web/api/atob/index.html +++ b/files/ja/web/api/atob/index.html @@ -86,7 +86,7 @@ const decodedData = window.atob(encodedData); // 文字列をデコード</pre> <h2 id="See_also" name="See_also">関連情報</h2> <ul> - <li><a href="/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs"><code>data</code> URIs</a></li> + <li><a href="/ja/docs/Web/HTTP/Basics_of_HTTP/Data_URIs"><code>data</code> URIs</a></li> <li>{{domxref("WindowOrWorkerGlobalScope.btoa","btoa()")}}</li> <li><a href="/ja/docs/Mozilla/Tech/XPCOM/Language_Bindings/Components.utils.importGlobalProperties">Components.utils.importGlobalProperties</a></li> </ul> |