Skip to content

Commit 9fb5a94

Browse files
Fixed broken links
1 parent c55b7df commit 9fb5a94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Here's the original HTML file. There are three levels of headings (`<h1>` - `<h3
6161
```
6262

6363
**example.js**<br>
64-
This script reads the `input.html` file above writes the results to `output.html` (shown below). The script uses [unified](https://unified.js.org/), [rehype-parse](https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse), [rehype-slug](https://github.com/rehypejs/rehype-slug), and [rehype-stringify](https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify).
64+
This script reads the `input.html` file above writes the results to `output.html` (shown below). The script uses [unified](https://unifiedjs.com/), [rehype-parse](https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse), [rehype-slug](https://github.com/rehypejs/rehype-slug), and [rehype-stringify](https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify).
6565

6666

6767
```javascript
@@ -185,7 +185,7 @@ You can install `rehype-toc` via [npm](https://docs.npmjs.com/about-npm/).
185185
npm install rehype-toc
186186
```
187187

188-
You'll probably want to install [unified](https://unified.js.org/), [rehype-parse](https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse), [rehype-stringify](https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify), and [rehype-slug](https://github.com/rehypejs/rehype-slug) as well.
188+
You'll probably want to install [unified](https://unifiedjs.com/), [rehype-parse](https://github.com/rehypejs/rehype/tree/master/packages/rehype-parse), [rehype-stringify](https://github.com/rehypejs/rehype/tree/master/packages/rehype-stringify), and [rehype-slug](https://github.com/rehypejs/rehype-slug) as well.
189189

190190
```bash
191191
npm install unified rehype-parse rehype-stringify rehype-slug
@@ -195,7 +195,7 @@ npm install unified rehype-parse rehype-stringify rehype-slug
195195

196196
Usage
197197
--------------------------
198-
Using the Rehype TOC plugin requires an understanding of how to use Unified and Rehype. [Here is an excelleng guide](https://unified.js.org/using-unified.html) to learn the basics.
198+
Using the Rehype TOC plugin requires an understanding of how to use Unified and Rehype. [Here is an excelleng guide](https://unifiedjs.com/using-unified.html) to learn the basics.
199199

200200
The Rehype TOC plugin works just like any other Rehype plugin. Pass it to [the `.use()` method](https://github.com/unifiedjs/unified#processoruseplugin-options), optionally with an [options object](#options).
201201

@@ -220,7 +220,7 @@ unified().use(toc, {
220220

221221
Options
222222
--------------------------
223-
Rehype Rehype TOC supports the following options:
223+
The Rehype TOC plugin supports the following options:
224224

225225
|Option |Type |Default |Description
226226
|:---------------------|:-------------------|:----------------------|:-----------------------------------------

0 commit comments

Comments
 (0)