Skip to content

Commit 672c839

Browse files
committed
fix typo on url
1 parent 6dc09e0 commit 672c839

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ import { ansi } from "ansi-escape-code/proxy";
88
console.log(ansi.red`Hello ${ansi.green.bold`Beautiful`} World`.toString());
99
```
1010

11-
[API Docs](https://pages.github.io/basic-examples/ansi-escape-code) — hosted separately to reduce npm package size.
11+
[API Docs](https://basic-examples.github.io/ansi-escape-code) — hosted separately to reduce npm package size.

packages/parser/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
ANSI Escape Code parser
44

5-
[API Docs](https://pages.github.io/basic-examples/ansi-escape-code) — hosted separately to reduce npm package size.
5+
[API Docs](https://basic-examples.github.io/ansi-escape-code) — hosted separately to reduce npm package size.

packages/type/npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
`AnsiString` type for `ansi-escape-code`
44

5-
[API Docs](https://pages.github.io/basic-examples/ansi-escape-code) — hosted separately to reduce npm package size.
5+
[API Docs](https://basic-examples.github.io/ansi-escape-code) — hosted separately to reduce npm package size.

0 commit comments

Comments
 (0)