Skip to content

Commit

Permalink
Drop unneeded “index.html” from WebAssembly Exception Handling spec U…
Browse files Browse the repository at this point in the history
…RLs (#15648)
  • Loading branch information
sideshowbarker authored Apr 4, 2022
1 parent 354877e commit c33b2ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions javascript/builtins/webassembly/Exception.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Exception": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Exception",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#runtime-exceptions",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#runtime-exceptions",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -60,7 +60,7 @@
"__compat": {
"description": "<code>Exception()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Exception/Exception",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#dom-exception-exception",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#dom-exception-exception",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -115,7 +115,7 @@
"getArg": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Exception/getArg",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#dom-exception-getarg",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#dom-exception-getarg",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -170,7 +170,7 @@
"is": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Exception/is",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#dom-exception-is",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#dom-exception-is",
"support": {
"chrome": {
"version_added": false
Expand Down
6 changes: 3 additions & 3 deletions javascript/builtins/webassembly/Tag.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Tag": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Tag",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#tags",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#tags",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -60,7 +60,7 @@
"__compat": {
"description": "<code>Tag()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Tag/Tag",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#dom-tag-tag",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#dom-tag-tag",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -115,7 +115,7 @@
"type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/WebAssembly/Tag/type",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/index.html#dom-tag-type",
"spec_url": "https://webassembly.github.io/exception-handling/js-api/#dom-tag-type",
"support": {
"chrome": {
"version_added": false
Expand Down

0 comments on commit c33b2ea

Please sign in to comment.