From 1bb957cc55a0fb49fe5f133fce138f433f2ede3c Mon Sep 17 00:00:00 2001 From: phatbhoy67 Date: Sat, 15 Dec 2018 06:44:41 +0000 Subject: [PATCH] Updated (added) links in the Other Resources Section (#25027) * Updated links in the Other Resources Section * Fixed formatting --- guide/english/html/attributes/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/html/attributes/index.md b/guide/english/html/attributes/index.md index d55a431e3a..89fabc551e 100644 --- a/guide/english/html/attributes/index.md +++ b/guide/english/html/attributes/index.md @@ -36,8 +36,8 @@ Here are examples that do the same thing: ## Other Resources -[HTML links](#) -[Href Attribute](#) -[Lang Attribute](#) -[HTML Input Element](#) -[Required Attribute](#) \ No newline at end of file +- [HTML links](https://guide.freecodecamp.org/html/attributes/links/) +- [Href Attribute](https://guide.freecodecamp.org/html/attributes/href-attribute/) +- [Lang Attribute](https://guide.freecodecamp.org/html/attributes/lang/) +- [HTML Input Element](https://guide.freecodecamp.org/html/attributes/input/) +- [Required Attribute](https://guide.freecodecamp.org/html/attributes/required/)