docs: use relative links within docs (#37042)
This commit is contained in:
parent
9b2b3aa287
commit
d17507e3f6
3 changed files with 7 additions and 7 deletions
|
@ -12,7 +12,7 @@ hide_title: true
|
|||
<!-- ✍ Update this section if you want to provide more details -->
|
||||
|
||||
This guide will take you through the process of setting your Electron app as the default
|
||||
handler for a specific [protocol](https://www.electronjs.org/docs/api/protocol).
|
||||
handler for a specific [protocol](../api/protocol.md).
|
||||
|
||||
By the end of this tutorial, we will have set our app to intercept and handle
|
||||
any clicked URLs that start with a specific protocol. In this guide, the protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue