File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This document describes the process for releasing a new version of Electron.
1111Run ` npm run prepare-release -- --notesOnly ` to view auto generated release
1212notes. The notes generated should help you determine if this is a major, minor,
1313patch, 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
1717The 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
You can’t perform that action at this time.
0 commit comments