Skip to content

Commit fa09ff3

Browse files
committed
update links to versioning doc
1 parent 84c2077 commit fa09ff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ an issue:
1919
* [Glossary of Terms](glossary.md)
2020
* [Supported Platforms](tutorial/supported-platforms.md)
2121
* [Security](tutorial/security.md)
22-
* [Versioning](tutorial/versioning.md)
22+
* [Versioning](tutorial/electron-versioning.md)
2323
* [Application Distribution](tutorial/application-distribution.md)
2424
* [Mac App Store Submission Guide](tutorial/mac-app-store-submission-guide.md)
2525
* [Windows Store Guide](tutorial/windows-store-guide.md)

docs/development/releasing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document describes the process for releasing a new version of Electron.
1111
Run `npm run prepare-release -- --notesOnly` to view auto generated release
1212
notes. The notes generated should help you determine if this is a major, minor,
1313
patch, or beta version change. Read the
14-
[Version Change Rules](../tutorial/versioning.md#semver) for more information.
14+
[Version Change Rules](../tutorial/electron-versioning.md#semver) for more information.
1515

1616
## Run the prepare-release script
1717
The prepare release script will do the following:
@@ -206,7 +206,7 @@ release to npm.
206206
207207
[the releases page]: https://github.com/electron/electron/releases
208208
[this bump commit]: https://github.com/electron/electron/commit/78ec1b8f89b3886b856377a1756a51617bc33f5a
209-
[versioning]: /docs/tutorial/versioning.md
209+
[versioning]: /docs/tutorial/electron-versioning.md
210210
211211
## Fix missing binaries of a release manually
212212

0 commit comments

Comments
 (0)