Update broken links (#20280)

Removed the single quotes at the end of each link so they work correctly.
This commit is contained in:
Jessica Swift
2018-10-18 19:59:02 -05:00
committed by Aditya
parent 51c7b412a1
commit 8a4dabb5bd

View File

@ -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: