Skip to content

Commit c438bf0

Browse files
Fix incorrect link display (#38392)
* Work on an "incorrect link display" issue #38391 * Make the fixed link open in new tab * Update files/en-us/learn_web_development/core/structuring_content/debugging_html/index.md --------- Co-authored-by: Joshua Chen <[email protected]>
1 parent e752bee commit c438bf0

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn_web_development/core/structuring_content/debugging_html

1 file changed

+1
-1
lines changed

files/en-us/learn_web_development/core/structuring_content/debugging_html/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Writing HTML is fine, but what if something goes wrong, and you can't work out w
3434
<td>
3535
<ul>
3636
<li>The concept of permissive code, and what this means for HTML debugging.</li>
37-
<li>Using the [HTML validator](https://validator.w3.org/) to detect markup errors.</li>
37+
<li>Using the <a href="https://validator.w3.org/">HTML validator</a> to detect markup errors.</li>
3838
<li>Using the DOM inspector in your browser DevTools to dive deeper into your markup.</li>
3939
</ul>
4040
</td>

0 commit comments

Comments
 (0)