doc: fix formatting of TOC

PR-URL: https://github.com/nodejs/node/pull/12731
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Timothy Gu <timothygu99@gmail.com>
This commit is contained in:
Refael Ackermann 2017-04-28 16:30:49 -04:00 committed by Evan Lucas
parent 7af2e7940c
commit c2c62874d4

View File

@ -4,14 +4,14 @@
* [Issues and Pull Requests](#issues-and-pull-requests) * [Issues and Pull Requests](#issues-and-pull-requests)
* [Accepting Modifications](#accepting-modifications) * [Accepting Modifications](#accepting-modifications)
- [Internal vs. Public API](#internal-vs-public-api) - [Internal vs. Public API](#internal-vs-public-api)
- [Breaking Changes](#breaking-changes) - [Breaking Changes](#breaking-changes)
- [Deprecations](#deprecations) - [Deprecations](#deprecations)
- [Involving the CTC](#involving-the-ctc) - [Involving the CTC](#involving-the-ctc)
* [Landing Pull Requests](#landing-pull-requests) * [Landing Pull Requests](#landing-pull-requests)
- [Technical HOWTO](#technical-howto) - [Technical HOWTO](#technical-howto)
- [I Just Made a Mistake](#i-just-made-a-mistake) - [I Just Made a Mistake](#i-just-made-a-mistake)
- [Long Term Support](#long-term-support) - [Long Term Support](#long-term-support)
This document contains information for Collaborators of the Node.js This document contains information for Collaborators of the Node.js
project regarding maintaining the code, documentation and issues. project regarding maintaining the code, documentation and issues.