Browse Source

docs: fix fiddle path (#30145)

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 <[email protected]>
trop[bot] 3 years ago
parent
commit
3ae3e53f7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/launch-app-from-url-in-another-app.md

+ 1 - 1
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
 
 ```