Skip to content

Commit

Permalink
Update menclose spec URL (#11163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker authored Jun 20, 2021
1 parent c821cd6 commit 56c6559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mathml/elements/menclose.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"menclose": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/MathML/Element/menclose",
"spec_url": "https://mathml-refresh.github.io/mathml/#presm_menclose",
"spec_url": "https://w3c.github.io/mathml/#presm_menclose",
"support": {
"chrome": {
"version_added": false
Expand Down
2 changes: 1 addition & 1 deletion test/spec-urls.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('spec_url data', () => {
'https://github.com/tc39/proposal-regexp-legacy-features/',
'https://webassembly.github.io/threads/js-api/',
'https://tc39.es/proposal-hashbang/out.html',
'https://mathml-refresh.github.io/mathml/',
'https://w3c.github.io/mathml/',
'https://www.w3.org/TR/xpath-31/',
'https://www.w3.org/TR/xslt-30/',
];
Expand Down

0 comments on commit 56c6559

Please sign in to comment.