aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/location/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/window/location/index.html')
-rw-r--r--files/ja/web/api/window/location/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/window/location/index.html b/files/ja/web/api/window/location/index.html
index 6eaee97b69..d7df9a6061 100644
--- a/files/ja/web/api/window/location/index.html
+++ b/files/ja/web/api/window/location/index.html
@@ -43,7 +43,7 @@ location = "http://www.mozilla.org";
<h3 id="Example_3" name="Example_3">例 #3</h3>
-<p>次の例を見てみましょう。これは、 <code>location.pathname</code> の値をハッシュに挿入するため、 <a href="/docs/Web/API/Location.replace"><code>replace()</code></a> メソッドを使用してページを再読み込みします。</p>
+<p>次の例を見てみましょう。これは、 <code>location.pathname</code> の値をハッシュに挿入するため、 <a href="/ja/docs/Web/API/Location.replace"><code>replace()</code></a> メソッドを使用してページを再読み込みします。</p>
<pre class="brush: js">function reloadPageWithHash() {
var initialPage = location.pathname;
@@ -205,6 +205,6 @@ span.intLink {
<ul>
<li>返値のインターフェイス: {{domxref("Location")}}</li>
<li>類似の情報、ただし document に付属: {{domxref("Document.location")}}</li>
- <li><a href="/en-US/docs/Web/API/History_API">ブラウザーの履歴の操作</a></li>
+ <li><a href="/ja/docs/Web/API/History_API">ブラウザーの履歴の操作</a></li>
<li>{{event("hashchange")}}</li>
</ul>