diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-18 21:49:38 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-09-18 22:24:37 +0900 |
commit | d7f3b9665adfb974ed6d2305ecccf7ef7330439f (patch) | |
tree | 8cea78ca7a644fb33dac7f6a7ec3aa59f3fa54a0 /files/ja/web/events | |
parent | f63923ed02a97e2775bb51516f38641e189079ed (diff) | |
download | translated-content-d7f3b9665adfb974ed6d2305ecccf7ef7330439f.tar.gz translated-content-d7f3b9665adfb974ed6d2305ecccf7ef7330439f.tar.bz2 translated-content-d7f3b9665adfb974ed6d2305ecccf7ef7330439f.zip |
Update files/ja/web/events/detecting_device_orientation/index.html
Co-authored-by: potappo <potappo@gmail.com>
Diffstat (limited to 'files/ja/web/events')
-rw-r--r-- | files/ja/web/events/detecting_device_orientation/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/events/detecting_device_orientation/index.html b/files/ja/web/events/detecting_device_orientation/index.html index aa6b48e610..8b3ba1f82f 100644 --- a/files/ja/web/events/detecting_device_orientation/index.html +++ b/files/ja/web/events/detecting_device_orientation/index.html @@ -229,6 +229,6 @@ window.addEventListener('deviceorientation', handleOrientation); <li>{{domxref("DeviceOrientationEvent")}}</li> <li>{{domxref("DeviceMotionEvent")}}</li> <li><a href="/ja/docs/Web/Events/Using_device_orientation_with_3D_transforms">Using deviceorientation in 3D Transforms</a></li> - <li><a href="/ja/s/Learn/JavaScript/Building_blocks/Events">イベントへの入門</a></li> + <li><a href="/ja/docs/Learn/JavaScript/Building_blocks/Events">イベントへの入門</a></li> </ul> </section> |