diff --git a/README.md b/README.md index 5f9d0060e..39c63e9bf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ExpressLRS Configurator ExpressLRS Configurator is a cross-platform build & configuration tool for the -[ExpressLRS](https://github.com/AlessandroAU/ExpressLRS) - open source RC link for RC applications. +[ExpressLRS](https://github.com/ExpressLRS/ExpressLRS) - open source RC link for RC applications. ## Need help? Confused? Join the Community! @@ -12,7 +12,7 @@ ExpressLRS Configurator is a cross-platform build & configuration tool for the We provide a standalone program for 64bit Windows, Linux and Mac. -Download the installer from [Releases](https://github.com/jurgelenas/expresslrs-configurator/releases) page. +Download the installer from [Releases](https://github.com/ExpressLRS/ExpressLRS-Configurator/releases) page. ### Notes diff --git a/package.json b/package.json index 81cc7c417..a0bb47d65 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": { "name": "ExpressLRS Configurator Contributors", "email": "info@expresslrs.org", - "url": "https://github.com/jurgelenas/expresslrs-configurator/graphs/contributors" + "url": "https://github.com/ExpressLRS/ExpressLRS-Configurator/graphs/contributors" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ @@ -142,13 +142,13 @@ ], "publish": { "provider": "github", - "owner": "jurgelenas", - "repo": "expresslrs-configurator" + "owner": "ExpressLRS", + "repo": "ExpressLRS-Configurator" } }, "repository": { "type": "git", - "url": "git+https://github.com/jurgelenas/expresslrs-configurator" + "url": "git+https://github.com/ExpressLRS/ExpressLRS-Configurator" }, "license": "GPL-3.0-or-later", "bugs": { diff --git a/src/package.json b/src/package.json index 216bc0355..19132f1d2 100644 --- a/src/package.json +++ b/src/package.json @@ -7,7 +7,7 @@ "author": { "name": "ExpressLRS Configurator Contributors", "email": "info@expresslrs.org", - "url": "https://github.com/jurgelenas/expresslrs-configurator/graphs/contributors" + "url": "https://github.com/ExpressLRS/ExpressLRS-Configurator/graphs/contributors" }, "scripts": { "electron-rebuild": "node -r ../.erb/scripts/BabelRegister.js ../.erb/scripts/ElectronRebuild.js", @@ -16,4 +16,3 @@ "license": "GPL-3.0-or-later", "dependencies": {} } -