From 0ab0b0dc7e3e6861638404ee1ca0fb973fa35023 Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Mon, 15 Oct 2018 19:00:19 +1100 Subject: [PATCH] Corrected last URL's markdown format. (#19205) Used to be formatted as an image, but the URL led to a webpage, so there was a broken image link icon displayed. --- client/src/pages/guide/english/html/optional-tags/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/guide/english/html/optional-tags/index.md b/client/src/pages/guide/english/html/optional-tags/index.md index 6a86699457..feeb845776 100644 --- a/client/src/pages/guide/english/html/optional-tags/index.md +++ b/client/src/pages/guide/english/html/optional-tags/index.md @@ -34,4 +34,4 @@ The optional tag specifications for the most common HTML5 tags are as follows: ### More Information -To learn more about the HTML5 optional tags, please visit ![The World Wide Web Consortium's Recommendations](https://www.w3.org/TR/html5/syntax.html#optional-tags). +To learn more about the HTML5 optional tags, please visit [The World Wide Web Consortium's Recommendations](https://www.w3.org/TR/html5/syntax.html#optional-tags).