mathematic-inc / ts-japi

A highly-modular (typescript-friendly)-framework agnostic library for serializing data to the JSON:API specification
Apache License 2.0
202 stars 15 forks source link

[BUG] Documentation hyperlinks resolve to 404s #37

Closed TechWilk closed 2 years ago

TechWilk commented 3 years ago

Describe the bug*

Documentation links in the readme (and perhaps elsewhere) are broken and resolve to 404's. They link to (what I assume is) the old organisation namespace of mu-io instead of mathematic-inc

Example: https://mu-io.github.io/ts-japi

To Reproduce*

Numerous hyperlinks including README https://github.com/mathematic-inc/ts-japi#documentation

Other examples found throughout codebase https://github.com/mathematic-inc/ts-japi/search?q=mu-io

Expected behavior*

Replace mu-io withmathematic-inc in all hyperlinks thoughout codebase

https://mathematic-inc.github.io/ts-japi/

Screenshots

N/A

Platform*

Additional context

None

* means required.