diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-07-12 10:11:30 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-07-18 18:33:18 +0900 |
commit | fd1e2435671adf89d5a2718fc7d1454828f147ae (patch) | |
tree | 769a406472882e3bafda9e32fb8b4414cfcfb1d5 /files/ja/web/api/history | |
parent | b0caefeaf81fd55008397bfd6f7765e15cecd224 (diff) | |
download | translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.gz translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.tar.bz2 translated-content-fd1e2435671adf89d5a2718fc7d1454828f147ae.zip |
remove wiki.developer.mozilla.org links
Diffstat (limited to 'files/ja/web/api/history')
-rw-r--r-- | files/ja/web/api/history/pushstate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/history/pushstate/index.html b/files/ja/web/api/history/pushstate/index.html index ffd1336866..c3ee86847e 100644 --- a/files/ja/web/api/history/pushstate/index.html +++ b/files/ja/web/api/history/pushstate/index.html @@ -97,5 +97,5 @@ window.history.pushState({}, '', url);</pre> <ul> <li><a href="/ja/docs/Web/API/History_API/Working_with_the_History_API">Working with the History API</a></li> - <li><a href="https://wiki.developer.mozilla.org/ja/docs/Web/API/Window/popstate_event">Window: popstate event</a></li> + <li><a href="/ja/docs/Web/API/Window/popstate_event">Window: popstate event</a></li> </ul> |