diff --git a/files/en-us/learn/common_questions/tools_and_setup/available_text_editors/index.md b/files/en-us/learn/common_questions/tools_and_setup/available_text_editors/index.md index e126e9834669516..5706a492ca29c8d 100644 --- a/files/en-us/learn/common_questions/tools_and_setup/available_text_editors/index.md +++ b/files/en-us/learn/common_questions/tools_and_setup/available_text_editors/index.md @@ -246,7 +246,7 @@ Here are some popular editors: > - Official,Official, Unofficial { diff --git a/files/en-us/web/api/htmloptionelement/label/index.md b/files/en-us/web/api/htmloptionelement/label/index.md index 298cec2a27c9f56..48a5d127ed8a846 100644 --- a/files/en-us/web/api/htmloptionelement/label/index.md +++ b/files/en-us/web/api/htmloptionelement/label/index.md @@ -35,7 +35,6 @@ optionElement.label = "Updated label"; ## See also - {{domxref("HTMLOptionElement.value")}} -- {{domxref("HTMLOptionElement.label")}} - {{HTMLElement("select")}} - {{HTMLElement("datalist")}} - {{HTMLElement("optgroup")}} diff --git a/files/en-us/web/api/htmloptionscollection/remove/index.md b/files/en-us/web/api/htmloptionscollection/remove/index.md index 68f9a06327ccae2..15967772e9279c7 100644 --- a/files/en-us/web/api/htmloptionscollection/remove/index.md +++ b/files/en-us/web/api/htmloptionscollection/remove/index.md @@ -44,9 +44,8 @@ optionList.remove(0); // removes the first item ## See also -- {{DOMxRef("HTMLOptionsCollection.add")}} +- {{DOMxRef("HTMLOptionsCollection.add()")}} - {{DOMxRef("HTMLOptionsCollection.length")}} - {{DOMxRef("HTMLOptionsCollection.selectedIndex")}} -- {{domxref("HTMLOptionsCollection") }} -- {{domxref("HTMLOptionsCollection.remove()")}} +- {{domxref("HTMLOptionsCollection")}} - {{domxref("Element.remove")}} diff --git a/files/en-us/web/http/index.md b/files/en-us/web/http/index.md index 5b383c28dc2d2f1..a4b226900163107 100644 --- a/files/en-us/web/http/index.md +++ b/files/en-us/web/http/index.md @@ -47,7 +47,7 @@ Beginners are encouraged to start with the foundational guides before exploring - [MIME types](/en-US/docs/Web/HTTP/MIME_types) - : Since HTTP/1.0, different types of content can be transmitted. This article explains how this is accomplished using the {{HTTPHeader("Content-Type")}} header and the MIME standard. - A shortlist of common types used by web developers can be found in [Common MIME types](Web/HTTP/MIME_types/Common_types). + A shortlist of common types used by web developers can be found in [Common MIME types](/en-US/docs/Web/HTTP/MIME_types/Common_types). - [Compression in HTTP](/en-US/docs/Web/HTTP/Compression) - : Browsers and servers compress their messages before sending them over the network to reduce the amount of data that needs to be transmitted, improving transfer speed and bandwidth utilization. - [HTTP caching](/en-US/docs/Web/HTTP/Caching)