aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/customelementregistry/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/customelementregistry/index.html')
-rw-r--r--files/ja/web/api/customelementregistry/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/customelementregistry/index.html b/files/ja/web/api/customelementregistry/index.html
index 79c8a11eca..e127680a70 100644
--- a/files/ja/web/api/customelementregistry/index.html
+++ b/files/ja/web/api/customelementregistry/index.html
@@ -21,7 +21,7 @@ translation_of: Web/API/CustomElementRegistry
<dl>
<dt>{{domxref("CustomElementRegistry.define()")}}</dt>
- <dd>新しい<a href="https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements">カスタムエレメント</a>を定義。</dd>
+ <dd>新しい<a href="/ja/docs/Web/Web_Components/Using_custom_elements">カスタムエレメント</a>を定義。</dd>
<dt>{{domxref("CustomElementRegistry.get()")}}</dt>
<dd>指定されたカスタムエレメントへのコンストラクタか、またはカスタムエレメントが定義されていない場合は <code>undefined</code> を返す。</dd>
<dt>{{domxref("CustomElementRegistry.whenDefined()")}}</dt>