Skip to content

Commit 85d33d5

Browse files
clarkbwjasonLaster
authored andcommitted
fix up the links in the docs (firefox-devtools#399)
1 parent 21f437f commit 85d33d5

3 files changed

Lines changed: 15 additions & 18 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ We respect your time and want to help you make the most of it as you learn more
77
#### Table Of Contents
88

99
[What should I know before I get started?](#what-should-i-know-before-i-get-started)
10-
* [debugger.html](#debugger.html)
11-
* [devtools.html](#devtools.html)
10+
* [debugger.html](#debuggerhtml)
11+
* [devtools.html](#devtoolshtml)
1212
* [Firefox Developer Tools](#firefox-developer-tools)
1313

1414
[Getting Started](#getting-started)
1515
* [Web Application](#web-application)
1616
* [Debuggable Targets](#debuggable-targets)
1717
* [Firefox Remote Debugging](#firefox)
1818
* [Chrome Remote Debugging](#chrome)
19-
* [Node.js Remote Debugging](#node-js)
19+
* [Node.js Remote Debugging](#nodejs)
2020

2121
[How Can I Contribute?](#how-can-i-contribute)
22-
* [Reporting Bugs](#reporting-bugs)
23-
* [Suggesting Enhancements](#suggesting-enhancements)
24-
* [Writing Documentation](#writing-documentation)
25-
* [Writing Code](#writing-code)
22+
* [Reporting Bugs](#reporting-bugs-bug)
23+
* [Suggesting Enhancements](#suggesting-enhancements-new)
24+
* [Writing Documentation](#writing-documentation-book)
25+
* [Writing Code](#writing-code-computer)
2626
* [Your First Code Contribution](#your-first-code-contribution)
2727
* [Pull Requests](#pull-requests)
2828
* [Hot Reloading](#hot-reloading-fire)

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,24 @@ We're all on Mozilla's IRC in the [#devtools-html][irc-devtools-html] channel on
5555
[contributing]:./CONTRIBUTING.md
5656
[getting-started]:./CONTRIBUTING.md#getting-started
5757

58-
[getting-started-firefox]:./CONTRIBUTING.md#getting-started-firefox
58+
[getting-started-firefox]:./CONTRIBUTING.md#firefox
5959

60-
[getting-started-chrome]:./CONTRIBUTING.md#getting-started-chrome
60+
[getting-started-chrome]:./CONTRIBUTING.md#chrome
6161

62-
[getting-started-node]:./CONTRIBUTING.md#getting-started-node
62+
[getting-started-node]:./CONTRIBUTING.md#nodejs
6363

6464
[create-local-config]:./CONTRIBUTING.md#create-a-local-config-file
6565

66-
[reporting-bugs]:./CONTRIBUTING.md#reporting-bugs
67-
[suggesting-enhancements]:./CONTRIBUTING.md#suggesting-enhancements
66+
[reporting-bugs]:./CONTRIBUTING.md#reporting-bugs-bug
67+
[suggesting-enhancements]:./CONTRIBUTING.md#suggesting-enhancements-new
6868
[your-first-code-contribution]:./CONTRIBUTING.md#your-first-code-contribution
6969
[pull-requests]:./CONTRIBUTING.md#pull-requests
70-
[writing-code]:./CONTRIBUTING.md#writing-code
71-
[hot-reloading]:./CONTRIBUTING.md#hot-reloading
70+
[writing-code]:./CONTRIBUTING.md#writing-code-computer
71+
[hot-reloading]:./CONTRIBUTING.md#hot-reloading-fire
7272
[tests]:./CONTRIBUTING.md#tests
7373
[unit-tests]:./CONTRIBUTING.md#unit-tests
7474
[integration-tests]:./CONTRIBUTING.md#integration-tests
7575
[linting]:./CONTRIBUTING.md#linting
7676
[storybook]:./CONTRIBUTING.md#storybook
7777

78-
[docs-remote-debug-commands-firefox]:./docs/remote-debug-commands.md#firefox
79-
[docs-remote-debug-commands-chrome]:./docs/remote-debug-commands.md#chrome
80-
8178
[irc-devtools-html]:irc://irc.mozilla.org/devtools-html

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ All default config values are in [`config/development.json`](./development.json)
2121

2222
To override any of the default configuration values above you need to create a new file in the config directory called `local.json`; it is easiest if you copy the `development.json` file.
2323

24-
* Copy the [`config/development.json`](./config/development.json) to `config/local.json`
24+
* Copy the [`config/development.json`](./development.json) to `config/local.json`
2525

2626
> The `local.json` will be ignored by git so any changes you make won't be published, only make changes to the `development.json` file when related to features removed or added to the project.

0 commit comments

Comments
 (0)