FIX: github links

This commit is contained in:
Overtorment 2018-10-03 14:17:30 +01:00
parent 83420f97e4
commit ed0ae40fa1
8 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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",

View file

@ -1 +1 @@
https://github.com/Overtorment/BlueWallet/issues
https://github.com/BlueWallet/BlueWallet/issues

View file

@ -1 +1 @@
https://github.com/Overtorment/BlueWallet/issues
https://github.com/BlueWallet/BlueWallet/issues

View file

@ -1 +1 @@
https://github.com/Overtorment/BlueWallet/issues
https://github.com/BlueWallet/BlueWallet/issues

View file

@ -1 +1 @@
https://github.com/Overtorment/BlueWallet/issues
https://github.com/BlueWallet/BlueWallet/issues

View file

@ -1 +1 @@
https://github.com/Overtorment/BlueWallet/issues
https://github.com/BlueWallet/BlueWallet/issues

View file

@ -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"
/>
<BlueButton