From fe0c3d323b92069241604eae64e667b1dcace898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=91CAT?= Date: Tue, 7 Nov 2023 01:24:01 +0900 Subject: [PATCH] fix: image link in window.confirm (#16763) --- files/ja/web/api/window/confirm/index.md | 2 +- files/pt-br/web/api/window/confirm/index.md | 2 +- files/ru/web/api/window/confirm/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/ja/web/api/window/confirm/index.md b/files/ja/web/api/window/confirm/index.md index 91dcd5a1020113..08c22921479c07 100644 --- a/files/ja/web/api/window/confirm/index.md +++ b/files/ja/web/api/window/confirm/index.md @@ -36,7 +36,7 @@ if (window.confirm("Do you really want to leave?")) { は以下のようになります。 -![Firefox の confirm](firefoxcomfirmdialog_zpsf00ec381.png) +![Firefox の confirm](firefox_confirm_dialog.png) ## 注記 diff --git a/files/pt-br/web/api/window/confirm/index.md b/files/pt-br/web/api/window/confirm/index.md index d6c82580288f6c..4f0e71ad0705b1 100644 --- a/files/pt-br/web/api/window/confirm/index.md +++ b/files/pt-br/web/api/window/confirm/index.md @@ -26,7 +26,7 @@ if (window.confirm("Você realmente quer sair?")) { Produzirá: -![firefox confirm](firefoxcomfirmdialog_zpsf00ec381.png) +![firefox confirm](firefox_confirm_dialog.png) ## Notas diff --git a/files/ru/web/api/window/confirm/index.md b/files/ru/web/api/window/confirm/index.md index 8207b04861ea38..3d5229c865ed3b 100644 --- a/files/ru/web/api/window/confirm/index.md +++ b/files/ru/web/api/window/confirm/index.md @@ -26,7 +26,7 @@ if (window.confirm("Do you really want to leave?")) { Результат: -![firefox confirm](firefoxcomfirmdialog_zpsf00ec381.png) +![firefox confirm](firefox_confirm_dialog.png) ## Примечания