From fa17d64391fa32140d25bb7750819dd6d8d1b579 Mon Sep 17 00:00:00 2001 From: David Shares Date: Tue, 22 May 2018 11:14:44 -0400 Subject: [PATCH] Fixing link --- src/js/controllers/tx-details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');