From 1b918bdec8a38784f90bc1bbb624f693663f2e46 Mon Sep 17 00:00:00 2001 From: Miguel Useche Date: Mon, 20 Nov 2017 23:11:15 -0400 Subject: [PATCH] Bug 1408827 - Where is code link broken for DevTools documentation. r=sole --- devtools/docs/contributing/making-prs.md | 2 +- devtools/docs/getting-started/README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devtools/docs/contributing/making-prs.md b/devtools/docs/contributing/making-prs.md index 40486d27cd37..e891f8754c21 100644 --- a/devtools/docs/contributing/making-prs.md +++ b/devtools/docs/contributing/making-prs.md @@ -12,7 +12,7 @@ With Mercurial: With Git, the process is similar, but you first need to add an alias to create Mercurial-style patches. Have a look at [the detailed documentation](https://developer.mozilla.org/en-US/docs/Tools/Contributing#Creating_a_patch_to_check_in). -## Commit messags +## Commit messages Commit messages should follow the pattern `Bug 1234567 - change description. r=reviewer` diff --git a/devtools/docs/getting-started/README.md b/devtools/docs/getting-started/README.md index 02f0195722e0..3683671ffc77 100644 --- a/devtools/docs/getting-started/README.md +++ b/devtools/docs/getting-started/README.md @@ -1,12 +1,12 @@ # Getting started -1. Learn [where the code is](./getting-started/where-is-the-code.md) and about the [architecture](./getting-started/servers-and-actors.md) of the tools. -2. [Set up your machine](./getting-started/build.md) to build the tools, then [configure a development profile](getting-started/development-profiles.md). -3. You can now experiment by changing things and rebuilding, look at the [files and directories overview](../files/README.md) or you could also [find something to work on](./bugs-issues.md). +1. Learn [where the code is](./where-is-the-code.md) and about the [architecture](./architecture-overview.md) of the tools. +2. [Set up your machine](./build.md) to build the tools, then [configure a development profile](development-profiles.md). +3. You can now experiment by changing things and rebuilding, look at the [files and directories overview](../files/README.md) or you could also [find something to work on](../bugs-issues.md). ## Additional documentation -* [Mozilla Developer Network](http://developer.mozilla.org/) (also known as *MDN*) has a lot of information about XUL elements, HTML, JS, DOM, Web APIs, Gecko-specific APIs, and more. +* [MDN Web Docs](http://developer.mozilla.org/) (also known as *MDN*) has a lot of information about XUL elements, HTML, JS, DOM, Web APIs, Gecko-specific APIs, and more. * [DXR](http://dxr.mozilla.org/mozilla-central/source/) is a source code search engine - search for symbols you want to learn about, eg. `nsIDocument`. [Searchfox](http://searchfox.org/mozilla-central/source) is an alternative. It is a good idea to [add smart keyword searches](https://support.mozilla.org/en-US/kb/how-search-from-address-bar) for DXR and MDN, so you can search faster.