diff --git a/src/js/controllers/tx-details.js b/src/js/controllers/tx-details.js index c12218f05..aec79a99e 100644 --- a/src/js/controllers/tx-details.js +++ b/src/js/controllers/tx-details.js @@ -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');