From 8a4dabb5bdf29f22a091c9b63e8460f0b8bfba42 Mon Sep 17 00:00:00 2001 From: Jessica Swift <33503210+jessnswift@users.noreply.github.com> Date: Thu, 18 Oct 2018 19:59:02 -0500 Subject: [PATCH] Update broken links (#20280) Removed the single quotes at the end of each link so they work correctly. --- guide/english/html/css-classes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/html/css-classes/index.md b/guide/english/html/css-classes/index.md index 8216b6fa7c..ccdf69b94f 100644 --- a/guide/english/html/css-classes/index.md +++ b/guide/english/html/css-classes/index.md @@ -58,7 +58,7 @@ You can also combine classes in the same line: } ``` -You can see the result of the above code [here](https://codepen.io/Tlandis/pen/RLvomV'). Learn how to combine css classes using selectors [here](https://www.w3schools.com/css/css_combinators.asp'). +You can see the result of the above code [here](https://codepen.io/Tlandis/pen/RLvomV). Learn how to combine css classes using selectors [here](https://www.w3schools.com/css/css_combinators.asp). #### More Information: