From 08ce5bbd33ddd50e43cf22f411e6c53473fa94f4 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:26:31 +0900 Subject: [PATCH] docs: fix fiddle path (#30143) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is breaking the build in `electron/electronjs.org-new` and will most likely not work when clicking the "Fiddle" button. Rel: https://github.com/electron/electronjs.org-new/pull/65 Co-authored-by: Antón Molleda --- docs/tutorial/launch-app-from-url-in-another-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/launch-app-from-url-in-another-app.md b/docs/tutorial/launch-app-from-url-in-another-app.md index f8f44e42b2..9c2e600d4f 100644 --- a/docs/tutorial/launch-app-from-url-in-another-app.md +++ b/docs/tutorial/launch-app-from-url-in-another-app.md @@ -168,7 +168,7 @@ After you start your electron app, you can now enter in a URL in your browser th can leave it empty. --> -```fiddle docs/fiddles/system/protocol-handler/launch-app-from-url-in-another-app +```fiddle docs/fiddles/system/protocol-handler/launch-app-from-URL-in-another-app ```