diff --git a/README.md b/README.md index 2de1af6..a788fe4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Electron Notarize > Notarize your Electron apps seamlessly for macOS -[![CircleCI status](https://circleci.com/gh/electron/electron-notarize.svg?style=shield)](https://circleci.com/gh/electron/electron-notarize) +[![CircleCI status](https://circleci.com/gh/electron/notarize.svg?style=shield)](https://circleci.com/gh/electron/notarize) [![NPM package](https://img.shields.io/npm/v/electron-notarize)](https://npm.im/electron-notarize) ## Installation diff --git a/package.json b/package.json index c4c8afb..5091f24 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,13 @@ "typings": "lib/index.d.ts", "author": "Samuel Attard", "license": "MIT", - "homepage": "https://github.com/electron/electron-notarize#readme", + "homepage": "https://github.com/electron/notarize#readme", "repository": { "type": "git", - "url": "https://github.com/electron/electron-notarize.git" + "url": "https://github.com/electron/notarize.git" }, "bugs": { - "url": "https://github.com/electron/electron-notarize/issues" + "url": "https://github.com/electron/notarize/issues" }, "scripts": { "build": "tsc",