From 48dd8f96b7f0a2c2767ab05fffb943dd7711b450 Mon Sep 17 00:00:00 2001 From: Vanessa Yuen Date: Wed, 14 Mar 2018 00:07:36 +0100 Subject: [PATCH] Fix broken links (#12232) * Update system-preferences.md * Fix broken documentation links. --- docs/api/system-preferences.md | 2 +- docs/development/testing.md | 2 +- docs/tutorial/recent-documents.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index 5f6f004a3c1e..f0031ffe2b86 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -133,7 +133,7 @@ Some popular `key` and `type`s are: ### `systemPreferences.setUserDefault(key, type, value)` _macOS_ * `key` String -* `type` String - See [`getUserDefault`][#systempreferencesgetuserdefaultkey-type-macos]. +* `type` String - See [`getUserDefault`](#systempreferencesgetuserdefaultkey-type-macos). * `value` String Set the value of `key` in `NSUserDefaults`. diff --git a/docs/development/testing.md b/docs/development/testing.md index b67734b5c53f..a08b6088af30 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -8,7 +8,7 @@ all ship apps with fewer bugs. This repository comes with linting rules for both JavaScript and C++ – as well as unit and integration tests. To learn more about Electron's -coding style, please see the [coding-style(coding-style.md) document. +coding style, please see the [coding-style](coding-style.md) document. ## Linting To ensure that your JavaScript is in compliance with the Electron coding diff --git a/docs/tutorial/recent-documents.md b/docs/tutorial/recent-documents.md index 5d77ff08a332..45579fd78f78 100644 --- a/docs/tutorial/recent-documents.md +++ b/docs/tutorial/recent-documents.md @@ -46,3 +46,4 @@ of `app` module will be emitted for it. [dock-menu-image]: https://cloud.githubusercontent.com/assets/639601/5069610/2aa80758-6e97-11e4-8cfb-c1a414a10774.png [addrecentdocument]: ../api/app.md#appaddrecentdocumentpath-macos-windows [clearrecentdocuments]: ../api/app.md#appclearrecentdocuments-macos-windows +[app-registration]: https://msdn.microsoft.com/en-us/library/cc144104(VS.85).aspx