From 7e43c9ff2d7d7d2ee2840855eff0bd0afdf01695 Mon Sep 17 00:00:00 2001 From: VDavid003 Date: Tue, 20 Oct 2020 22:10:04 +0200 Subject: [PATCH] Fix Web Payments W3C.org link Fixes #564 Signed-off-by: VDavid003 --- scripts/8/data.js | 2 +- scripts/9/data.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/8/data.js b/scripts/8/data.js index d8e2b026..7051e0f4 100644 --- a/scripts/8/data.js +++ b/scripts/8/data.js @@ -2234,7 +2234,7 @@ var tests = [ id: 'payments', name: 'Web Payments', value: 5, - url: 'https://w3c.github.io/browser-payment-api/specs/paymentrequest.html' + url: 'https://w3c.github.io/payment-request/' } ] } diff --git a/scripts/9/data.js b/scripts/9/data.js index ab7d6e2b..5d4d2b62 100644 --- a/scripts/9/data.js +++ b/scripts/9/data.js @@ -2462,7 +2462,7 @@ var tests = [ id: 'payments', name: 'Web Payments', value: 5, - url: 'https://w3c.github.io/browser-payment-api/specs/paymentrequest.html' + url: 'https://w3c.github.io/payment-request/' } ] }