Skip to content

Commit 699bdeb

Browse files
committed
Fix a couple of hash links in the README
1 parent b85a573 commit 699bdeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Here's a rough outline:
7373
1. [for Node.js](docs/1-installation.md#for-use-in-nodejs-or-browserify)
7474
2. [for browsers](docs/1-installation.md#for-use-in-browsers)
7575
3. [initial configuration](docs/1-installation.md#configuring-testdoublejs-setting-up-in-your-test-suite)
76-
2. [Purpose of testdouble.js](docs/2-howto-purpose.md#background)
76+
2. [Purpose of testdouble.js](docs/2-howto-purpose.md#purpose)
7777
1. [in unit tests](docs/2-howto-purpose.md#test-doubles-and-unit-tests)
7878
2. [in integration tests](docs/2-howto-purpose.md#test-doubles-and-integration-tests)
7979
3. [Getting started tutorial](docs/3-getting-started.md#getting-started)
@@ -131,5 +131,5 @@ Here's a rough outline:
131131
2. [testdouble-jasmine](https://github.com/BrianGenisio/testdouble-jasmine)
132132
11. [Frequently Asked Questions](docs/B-frequently-asked-questions.md#frequently-asked-questions)
133133
1. [Why doesn't `td.replace()` work with external CommonJS modules?](docs/B-frequently-asked-questions.md#why-doesnt-tdreplace-work-with-external-commonjs-modules)
134-
12. [Configuration](docs/C-configuration.md)
134+
12. [Configuration](docs/C-configuration.md#configuration)
135135
1. [td.config](docs/C-configuration.md#tdconfig)

0 commit comments

Comments
 (0)