Skip to content

Commit c6f19ea

Browse files
authored
Fix anchor names
1 parent 9cf9708 commit c6f19ea

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/contributing.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Contribution guide for Mithril.js
77
- [How should I report bugs?](#how-should-i-report-bugs?)
88
- [How do I send a pull request?](#how-do-i-send-a-pull-request?)
99
- [I'm submitting a PR. How do I run tests?](#i'm-submitting-a-pr-how-do-i-run-tests?)
10-
- [How do I build Mithril.js?](#how-do-i-build-mithril?)
10+
- [How do I build Mithril.js?](#how-do-i-build-mithriljs?)
1111
- [Is there a style guide?](#is-there-a-style-guide?)
12-
- [How do I embed live previews in docs?](#how-do-I-embed-live-previews-in-docs?)
12+
- [How do I embed live previews in docs?](#how-do-i-embed-live-previews-in-docs?)
1313
- [Why do tests mock the browser APIs?](#why-do-tests-mock-the-browser-apis?)
14-
- [Why does Mithril.js use its own testing framework and not Mocha/Jasmine/Tape?](#why-does-mithril-use-its-own-testing-framework-and-not-mochajasminetape?)
14+
- [Why does Mithril.js use its own testing framework and not Mocha/Jasmine/Tape?](#why-does-mithriljs-use-its-own-testing-framework-and-not-mochajasminetape?)
1515
- [Why doesn't the Mithril.js codebase use ES6 via Babel or Bublé? Would a PR to upgrade be welcome?](#why-doesn't-the-mithril-codebase-use-es6-via-babel-or-bublé?-would-a-pr-to-upgrade-be-welcome?)
16-
- [Why doesn't the Mithril.js codebase use trailing semi-colons? Would a PR to add them be welcome?](#why-doesn't-the-mithril-codebase-use-trailing-semi-colons?-would-a-pr-to-add-them-be-welcome?)
17-
- [Why does the Mithril.js codebase use a mix of `instanceof` and `typeof` checks instead of `Object.prototype.toString.call`, `Array.isArray`, etc? Would a PR to refactor those checks be welcome?](#why-does-the-mithril-codebase-use-a-mix-of-instanceof-and-typeof-checks-instead-of-objectprototypetostringcall,-arrayisarray,-etc?-would-a-pr-to-refactor-those-checks-be-welcome?)
18-
- [What should I know in advance when attempting a performance related contribution?](#What-should-I-know-in-advance-when-attempting-a-performance-related-contribution?)
16+
- [Why doesn't the Mithril.js codebase use trailing semi-colons? Would a PR to add them be welcome?](#why-doesn't-the-mithriljs-codebase-use-trailing-semi-colons?-would-a-pr-to-add-them-be-welcome?)
17+
- [Why does the Mithril.js codebase use a mix of `instanceof` and `typeof` checks instead of `Object.prototype.toString.call`, `Array.isArray`, etc? Would a PR to refactor those checks be welcome?](#why-does-the-mithriljs-codebase-use-a-mix-of-instanceof-and-typeof-checks-instead-of-objectprototypetostringcall,-arrayisarray,-etc?-would-a-pr-to-refactor-those-checks-be-welcome?)
18+
- [What should I know in advance when attempting a performance related contribution?](#what-should-i-know-in-advance-when-attempting-a-performance-related-contribution?)
1919
- [Do you all accept donations?](#do-you-all-accept-donations?)
2020

2121
## How do I go about contributing ideas or new features?

0 commit comments

Comments
 (0)