diff --git a/README.md b/README.md index 8f10ecc..7f077d9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > A JavaScript module for importing, creating, manipulating, and exporting PXON data. -> [Full API Documentation →](https://thematthewhudson.com/pxon/) +> [Full API Documentation →](https://matthewhudson.github.io/pxon/) ![Main Workflow](https://github.com/matthewhudson/pxon/actions/workflows/main.yml/badge.svg) [![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) { console.log(pxon.export()); ``` -### [Full API Documentation →](https://thematthewhudson.com/pxon/) +### [Full API Documentation →](https://matthewhudson.github.io/pxon/) ## Additional Resources