Skip to content

Commit

Permalink
Fix a few broken links (#35347)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena authored Aug 7, 2024
1 parent 5b9e084 commit 077f8fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/api/svgfedisplacementmapelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ _This interface also inherits properties from its parent interface, {{domxref("S
- {{domxref("SVGFEDisplacementMapElement.x")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("x")}} attribute of the given element.
- {{domxref("SVGFEDisplacementMapElement.xChannelSelector")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("xChannelSelect")}} attribute of the given element. It takes one of the `SVG_CHANNEL_*` constants defined on this interface.
- : An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("xChannelSelector")}} attribute of the given element. It takes one of the `SVG_CHANNEL_*` constants defined on this interface.
- {{domxref("SVGFEDisplacementMapElement.y")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedLength")}} corresponding to the {{SVGAttr("y")}} attribute of the given element.
- {{domxref("SVGFEDisplacementMapElement.yChannelSelector")}} {{ReadOnlyInline}}
- : An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("yChannelSelect")}} attribute of the given element. It takes one of the `SVG_CHANNEL_*` constants defined on this interface.
- : An {{domxref("SVGAnimatedEnumeration")}} corresponding to the {{SVGAttr("yChannelSelector")}} attribute of the given element. It takes one of the `SVG_CHANNEL_*` constants defined on this interface.

## Instance methods

Expand Down
5 changes: 2 additions & 3 deletions files/jsondata/GroupData.json
Original file line number Diff line number Diff line change
Expand Up @@ -1752,7 +1752,7 @@
"interfaces": ["VirtualKeyboard"],
"methods": [],
"properties": [
"HTMLElement.virtualkeyboardpolicy",
"HTMLElement.virtualKeyboardPolicy",
"Navigator.virtualKeyboard"
],
"events": []
Expand Down Expand Up @@ -2140,7 +2140,6 @@
"/docs/Web/API/WebRTC_API/Using_data_channels",
"/docs/Web/API/WebRTC_API/Using_DTMF",
"/docs/Web/API/WebRTC_API/Using_Encoded_Transforms",
"/docs/Web/API/WebRTC_API/adapter.js",
"/docs/Web/API/WebRTC_API/Simple_RTCDataChannel_sample",
"/docs/Web/API/WebRTC_API/Build_a_phone_with_peerjs"
],
Expand Down Expand Up @@ -2327,7 +2326,7 @@
"USBConfiguration",
"USBConnectionEvent",
"USBDevice",
"USBEndPoint",
"USBEndpoint",
"USBInterface",
"USBInTransferResult",
"USBIsochronousInTransferPacket",
Expand Down

0 comments on commit 077f8fb

Please sign in to comment.