diff --git a/api/package.json b/api/package.json index 3a09adf8a8..08403f7628 100644 --- a/api/package.json +++ b/api/package.json @@ -22,12 +22,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/mattermost/mattermost-api-reference.git" + "url": "https://github.com/mattermost/mattermost.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/mattermost/mattermost-api-reference/issues" + "url": "https://github.com/mattermost/mattermost/issues" }, - "homepage": "https://github.com/mattermost/mattermost-api-reference#readme" + "homepage": "https://api.mattermost.com/" }