diff --git a/README.md b/README.md index 92ac81ac6..f48eebf70 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BlueWallet - Bitcoin Wallet -[![GitHub tag](https://img.shields.io/github/package-json/v/Overtorment/BlueWallet.svg)](https://github.com/Overtorment/BlueWallet) +[![GitHub tag](https://img.shields.io/github/package-json/v/BlueWallet/BlueWallet.svg)](https://github.com/BlueWallet/BlueWallet) [![CircleCI](https://circleci.com/gh/BlueWallet/BlueWallet.svg?style=svg)](https://circleci.com/gh/BlueWallet/BlueWallet) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) @@ -33,7 +33,7 @@ Beta version, do not use to store large amounts! * In your console: ``` -git clone https://github.com/Overtorment/BlueWallet.git +git clone https://github.com/BlueWallet/BlueWallet.git cd BlueWallet npm install npm start diff --git a/app.json b/app.json index f2ec3e3fc..9a3436ffb 100644 --- a/app.json +++ b/app.json @@ -19,7 +19,7 @@ "name": "Blue Wallet", "description": "Bitcoin wallet app. Alpha version (iOS only)", "slug": "bluewallet", - "githubUrl": "https://github.com/Overtorment/BlueWallet", + "githubUrl": "https://github.com/BlueWallet/BlueWallet", "orientation": "portrait", "primaryColor": "#00aced", "icon": "img/icon.png", diff --git a/fastlane/metadata/en-US/support_url.txt b/fastlane/metadata/en-US/support_url.txt index 42b994cbe..0369559b2 100644 --- a/fastlane/metadata/en-US/support_url.txt +++ b/fastlane/metadata/en-US/support_url.txt @@ -1 +1 @@ -https://github.com/Overtorment/BlueWallet/issues +https://github.com/BlueWallet/BlueWallet/issues diff --git a/fastlane/metadata/es-ES/support_url.txt b/fastlane/metadata/es-ES/support_url.txt index 42b994cbe..0369559b2 100644 --- a/fastlane/metadata/es-ES/support_url.txt +++ b/fastlane/metadata/es-ES/support_url.txt @@ -1 +1 @@ -https://github.com/Overtorment/BlueWallet/issues +https://github.com/BlueWallet/BlueWallet/issues diff --git a/fastlane/metadata/pt-BR/support_url.txt b/fastlane/metadata/pt-BR/support_url.txt index 42b994cbe..0369559b2 100644 --- a/fastlane/metadata/pt-BR/support_url.txt +++ b/fastlane/metadata/pt-BR/support_url.txt @@ -1 +1 @@ -https://github.com/Overtorment/BlueWallet/issues +https://github.com/BlueWallet/BlueWallet/issues diff --git a/fastlane/metadata/ru/support_url.txt b/fastlane/metadata/ru/support_url.txt index 42b994cbe..0369559b2 100644 --- a/fastlane/metadata/ru/support_url.txt +++ b/fastlane/metadata/ru/support_url.txt @@ -1 +1 @@ -https://github.com/Overtorment/BlueWallet/issues +https://github.com/BlueWallet/BlueWallet/issues diff --git a/fastlane/metadata/ua/support_url.txt b/fastlane/metadata/ua/support_url.txt index 42b994cbe..0369559b2 100644 --- a/fastlane/metadata/ua/support_url.txt +++ b/fastlane/metadata/ua/support_url.txt @@ -1 +1 @@ -https://github.com/Overtorment/BlueWallet/issues +https://github.com/BlueWallet/BlueWallet/issues diff --git a/screen/settings/about.js b/screen/settings/about.js index 52ccb12fa..60e3e9cac 100644 --- a/screen/settings/about.js +++ b/screen/settings/about.js @@ -57,9 +57,9 @@ export default class About extends Component { color: BlueApp.settings.buttonTextColor, }} onPress={() => { - Linking.openURL('https://github.com/Overtorment/BlueWallet'); + Linking.openURL('https://github.com/BlueWallet/BlueWallet'); }} - title="github.com/Overtorment/BlueWallet" + title="github.com/BlueWallet/BlueWallet" />