From 6a2020d0e092bde02305f7f9b7852b3406129604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3n=20Molleda?= Date: Wed, 14 Jul 2021 11:22:35 -0700 Subject: [PATCH] docs: fix fiddle path 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 --- 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 f8f44e42b21fe..9c2e600d4f663 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 ```