Merge pull request #136 from davidshares/master

Fixing two links
This commit is contained in:
Jean-Baptiste Dominguez 2018-05-23 14:54:20 +09:00 committed by GitHub
commit a0462a1e1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -105,7 +105,7 @@ The desktop version of the Bitcoin.com wallet currently uses NW.js, an app runti
When NW.js is installed, run the `start:desktop` npm package script.
```sh
npm run apply:bitcoin.com
npm run apply:bitcoincom
npm run start:desktop
```

View file

@ -59,7 +59,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
};
$scope.openWikiSpendingPassword = function() {
var url = 'https://github.com/bitpay/copay/wiki/COPAY---FAQ#what-the-spending-password-does';
var url = 'https://walletsupport.bitcoin.com/article/129/what-does-the-spending-password-do-';
var optIn = true;
var title = null;
var message = gettextCatalog.getString('Read more in our Wiki');

View file

@ -45,7 +45,7 @@ angular.module('copayApp.controllers').controller('txDetailsController', functio
});
$scope.readMore = function() {
var url = 'https://github.com/bitpay/copay/wiki/COPAY---FAQ#amount-too-low-to-spend';
var url = 'https://walletsupport.bitcoin.com/article/101/transaction-fees';
var optIn = true;
var title = null;
var message = gettextCatalog.getString('Read more in our Wiki');