Skip to content

Commit

Permalink
Merge pull request #68 from martinpub/link_fixes
Browse files Browse the repository at this point in the history
Fixing incorrect links to MDN on list page
  • Loading branch information
mattgarrish authored Nov 20, 2023
2 parents 9448e2a + 8987339 commit d40a53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publishing/docs/html/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ <h3>Related Links</h3>
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol">&lt;ol>: The Ordered List
element</a></li>
<li>MDN &#8212; <a
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol">&lt;ul>: The Unordered List
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul">&lt;ul>: The Unordered List
element</a></li>
<li>MDN &#8212; <a
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol">&lt;dl>: The Definition List
href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl">&lt;dl>: The Definition List
element</a></li>
<li>HTML &#8212; <a
href="https://html.spec.whatwg.org/multipage/grouping-content.html#the-ol-element">The
Expand Down

0 comments on commit d40a53c

Please sign in to comment.