docs: remove reference to electron/releases (#37164)
This commit is contained in:
parent
8783d03a59
commit
22de86d5f4
1 changed files with 1 additions and 2 deletions
|
@ -121,14 +121,13 @@ need to install Node.js themselves as a prerequisite to running your app.
|
||||||
|
|
||||||
To check which version of Node.js is running in your app, you can access the global
|
To check which version of Node.js is running in your app, you can access the global
|
||||||
[`process.versions`][] variable in the main process or preload script. You can also reference
|
[`process.versions`][] variable in the main process or preload script. You can also reference
|
||||||
the list of versions in the [electron/releases][] repository.
|
<https://releases.electronjs.org/releases.json>.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
<!-- Links -->
|
<!-- Links -->
|
||||||
|
|
||||||
[chromium]: https://www.chromium.org/
|
[chromium]: https://www.chromium.org/
|
||||||
[electron/releases]: https://github.com/electron/releases/blob/master/readme.md#releases
|
|
||||||
[homebrew]: https://brew.sh/
|
[homebrew]: https://brew.sh/
|
||||||
[mdn-guide]: https://developer.mozilla.org/en-US/docs/Learn/
|
[mdn-guide]: https://developer.mozilla.org/en-US/docs/Learn/
|
||||||
[node]: https://nodejs.org/
|
[node]: https://nodejs.org/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue