docs: fix fiddle path (#30139)
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
This commit is contained in:
parent
bec47f54f4
commit
a855aa34d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue