Skip to content

Commit

Permalink
Fix Web Payments W3C.org link
Browse files Browse the repository at this point in the history
Fixes WebPlatformTest#564

Signed-off-by: VDavid003 <[email protected]>
  • Loading branch information
VDavid003 committed Oct 20, 2020
1 parent 47687ab commit 7e43c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/8/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/9/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
]
}
Expand Down

0 comments on commit 7e43c9f

Please sign in to comment.