aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/operators/in/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript/reference/operators/in/index.html')
-rw-r--r--files/ja/web/javascript/reference/operators/in/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/operators/in/index.html b/files/ja/web/javascript/reference/operators/in/index.html
index ac6c61dc62..72b6bf5934 100644
--- a/files/ja/web/javascript/reference/operators/in/index.html
+++ b/files/ja/web/javascript/reference/operators/in/index.html
@@ -137,5 +137,5 @@ empties[2] // undefined を返す
<li><code><a href="/ja/docs/Web/JavaScript/Reference/Operators/delete">delete</a></code></li>
<li>{{jsxref("Object.prototype.hasOwnProperty()")}}</li>
<li>{{jsxref("Reflect.has()")}}</li>
- <li><a href="https://developer.mozilla.org/ja/docs/Web/JavaScript/Enumerability_and_ownership_of_properties">プロパティの列挙可能性と所有権</a></li>
+ <li><a href="/ja/docs/Web/JavaScript/Enumerability_and_ownership_of_properties">プロパティの列挙可能性と所有権</a></li>
</ul>