Merge pull request #11364 from electron/groundwater-patch-1
docs: README make versioning link relative
This commit is contained in:
commit
af756e2441
1 changed files with 2 additions and 2 deletions
|
@ -35,10 +35,10 @@ npm install electron --save-dev --save-exact
|
||||||
|
|
||||||
The `--save-exact` flag is recommended as Electron does not follow semantic
|
The `--save-exact` flag is recommended as Electron does not follow semantic
|
||||||
versioning. For info on how to manage Electron versions in your apps, see
|
versioning. For info on how to manage Electron versions in your apps, see
|
||||||
[Electron versioning](https://electronjs.org/docs/tutorial/versioning).
|
[Electron versioning](docs/tutorial/versioning.md).
|
||||||
|
|
||||||
For more installation options and troubleshooting tips, see
|
For more installation options and troubleshooting tips, see
|
||||||
[installation](https://electronjs.org/docs/tutorial/installation).
|
[installation](docs/tutorial/installation.md).
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue