From 4ea61c503b5f1d96d78cf5d04f0e85d8b2a014b5 Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Tue, 16 Oct 2018 23:22:55 +1100 Subject: [PATCH] Fixed last 2 links (#19483) Incorrect markdown format had them displaying a broken image link, because the links don't lead to an image. Used normal markdown link format instead. --- client/src/pages/guide/english/html/symbols/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/html/symbols/index.md b/client/src/pages/guide/english/html/symbols/index.md index c3192cc040..7195ad147b 100644 --- a/client/src/pages/guide/english/html/symbols/index.md +++ b/client/src/pages/guide/english/html/symbols/index.md @@ -14,5 +14,5 @@ If no entity name exists, either the entity number or hexadecimal reference can #### More Information: -* ![W3 Schools Reference](https://www.w3schools.com/html/html_symbols.asp) -* ![Symbols Reference Chart](https://dev.w3.org/html5/html-author/charref) +* [W3 Schools Reference](https://www.w3schools.com/html/html_symbols.asp) +* [Symbols Reference Chart](https://dev.w3.org/html5/html-author/charref)