diff --git a/docs/README.md b/docs/README.md index 2f0a2abc6d57..79e94a3985c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -112,7 +112,7 @@ These individual tutorials expand on topics discussed in the guide above. * [Process Object](api/process.md) * [Supported Command Line Switches](api/command-line-switches.md) * [Environment Variables](api/environment-variables.md) -* [Breaking API Changes](api/breaking-changes.md) +* [Breaking API Changes](breaking-changes.md) ### Custom DOM Elements: diff --git a/docs/api/breaking-changes-ns.md b/docs/breaking-changes-ns.md similarity index 100% rename from docs/api/breaking-changes-ns.md rename to docs/breaking-changes-ns.md diff --git a/docs/api/breaking-changes.md b/docs/breaking-changes.md similarity index 99% rename from docs/api/breaking-changes.md rename to docs/breaking-changes.md index 2462ecf10b12..73e64ef35046 100644 --- a/docs/api/breaking-changes.md +++ b/docs/breaking-changes.md @@ -1,6 +1,6 @@ # Breaking Changes -Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least [one major version](../tutorial/electron-versioning.md#semver) before the change is made. +Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least [one major version](tutorial/electron-versioning.md#semver) before the change is made. ## `FIXME` comments diff --git a/docs/tutorial/support.md b/docs/tutorial/support.md index 34c885ed9243..be8035075eb3 100644 --- a/docs/tutorial/support.md +++ b/docs/tutorial/support.md @@ -108,4 +108,4 @@ are also verified to be able to run the prebuilt binaries of Electron: * Fedora 21 * Debian 8 -[arm-breaking-change]: https://github.com/electron/electron/blob/master/docs/api/breaking-changes.md#duplicate-arm-assets +[arm-breaking-change]: ../breaking-changes.md#duplicate-arm-assets diff --git a/filenames.auto.gni b/filenames.auto.gni index 5894803ccfb1..e39410e9bd65 100644 --- a/filenames.auto.gni +++ b/filenames.auto.gni @@ -4,8 +4,6 @@ auto_filenames = { "docs/api/accelerator.md", "docs/api/app.md", "docs/api/auto-updater.md", - "docs/api/breaking-changes-ns.md", - "docs/api/breaking-changes.md", "docs/api/browser-view.md", "docs/api/browser-window-proxy.md", "docs/api/browser-window.md",