diff --git a/README.md b/README.md index 75da117..39a7d23 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,10 @@ npx @mc2it/card And voila! ## See also -- [API reference](https://mc2it.github.io/card) +- [API reference](https://mc2it.github.io/card/api) - [Git repository](https://github.com/mc2it/card) - [npm package](https://www.npmjs.com/package/@mc2it/card) - [Submit an issue](https://github.com/mc2it/card/issues) ## License -[MC2IT Card](https://github.com/mc2it/card) is distributed under the MIT License. +[MC2IT Card](https://mc2it.github.io/card) is distributed under the MIT License. diff --git a/haxelib.json b/haxelib.json index fde11e7..5382d0c 100644 --- a/haxelib.json +++ b/haxelib.json @@ -7,6 +7,6 @@ "name": "mc2it_card", "releasenote": "Ported the source code to Haxe.", "tags": ["card", "cli", "mc2it"], - "url": "https://github.com/mc2it/card", + "url": "https://mc2it.github.io/card", "version": "4.1.0" } diff --git a/package.json b/package.json index 4ea3381..eb85ca6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "bugs": "https://github.com/mc2it/card/issues", "description": "Business card of MC2IT, distribution and services.", "files": [], - "homepage": "https://github.com/mc2it/card", + "homepage": "https://mc2it.github.io/card", "license": "MIT", "name": "@mc2it/card", "repository": "github:mc2it/card",