Skip to content

Commit ae38d44

Browse files
docs: update api docs link
1 parent 372221f commit ae38d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A JavaScript module for importing, creating, manipulating, and exporting PXON data.
44
5-
> [Full API Documentation →](https://thematthewhudson.com/pxon/)
5+
> [Full API Documentation →](https://matthewhudson.github.io/pxon/)
66
77
![Main Workflow](https://github.com/matthewhudson/pxon/actions/workflows/main.yml/badge.svg)
88
[![Coverage Status](https://codecov.io/github/matthewhudson/pxon/branch/main/graph/badge.svg?token=aOmuqvyy4J)](https://codecov.io/github/matthewhudson/pxon)
@@ -65,7 +65,7 @@ for (let [key, pixel] of pxon.pixels) {
6565
console.log(pxon.export());
6666
```
6767

68-
### [Full API Documentation →](https://thematthewhudson.com/pxon/)
68+
### [Full API Documentation →](https://matthewhudson.github.io/pxon/)
6969

7070
## Additional Resources
7171

0 commit comments

Comments
 (0)