diff --git a/README.md b/README.md index 4537cb8..c860256 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ db.save("user2"); // Log: Saving record: user2 ### API Reference -For comprehensive documentation of all ts-inject features and APIs, please refer to the [API Reference](https://github.sc-corp.net/pages/Snapchat/ts-inject/modules.html). +For comprehensive documentation of all ts-inject features and APIs, please refer to the [API Reference](https://snapchat.github.io/ts-inject/). ## Contributing diff --git a/package.json b/package.json index 9c9b122..72711ed 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "description": "100% typesafe dependency injection framework for TypeScript projects", "license": "MIT", "author": "Snap Inc.", + "repository": { + "type": "git", + "url": "git+https://github.com/Snapchat/ts-inject.git" + }, + "homepage": "https://snapchat.github.io/ts-inject/", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",