aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn/forms
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-08-19 15:37:01 +0200
committerGitHub <noreply@github.com>2021-08-19 15:37:01 +0200
commitda778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04 (patch)
tree200bff2167620d33c0f2eae583ea228accf88ddb /files/ja/learn/forms
parentcd4c71feeb10bea7a09b9da4570b5092a76c350e (diff)
downloadtranslated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.gz
translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.tar.bz2
translated-content-da778d8d0a9e9622c6a7fba6d1f9fb7d3ebf4a04.zip
Removes wiki.d.m.o in absolute links (#1903)
Diffstat (limited to 'files/ja/learn/forms')
-rw-r--r--files/ja/learn/forms/form_validation/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/learn/forms/form_validation/index.html b/files/ja/learn/forms/form_validation/index.html
index 156709f76a..c167a03576 100644
--- a/files/ja/learn/forms/form_validation/index.html
+++ b/files/ja/learn/forms/form_validation/index.html
@@ -428,7 +428,7 @@ input:focus:invalid {
<li>    メッセージはブラウザーのロケールに依存しており、ある言語のページでエラーメッセージが別の言語で表示されることがあり、これは下記の Firefox スクリーンショットで見ることができます。</li>
</ul>
-<p><img alt="Example of an error message with Firefox in French on an English page" src="https://wiki.developer.mozilla.org/files/4329/error-firefox-win7.png" style="height: 97px; width: 228px;"></p>
+<p><img alt="Example of an error message with Firefox in French on an English page" src="/files/4329/error-firefox-win7.png" style="height: 97px; width: 228px;"></p>
<p>これらのメッセージの外見やテキストを変更するには、<a href="/ja/docs/Web/API/Constraint_validation" rel="external">制約検証 API</a> の最も一般的なユースケースです。この使用法を例で詳しく見てみましょう。</p>