fix(docs): add missing closing tag, ext in anchor

This commit is contained in:
Mrugesh Mohapatra
2020-10-22 16:08:04 +05:30
parent ba3fd76ea6
commit c5e4beaac9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
- **Getting Started**
- [Introduction](index 'Contribute to the freeCodeCamp.org Community')
- [Introduction](index.md 'Contribute to the freeCodeCamp.org Community')
- [Frequently Asked Questions](FAQ.md)
- **Code Contribution**
- [Set up freeCodeCamp locally](how-to-setup-freecodecamp-locally.md)

View File

@ -173,4 +173,6 @@
integrity="sha512-YSdqvJoZr83hj76AIVdOcvLWYMWzy6sJyIMic2aQz5kh2bPTd9dzY3NtdeEAzPp/PhgZqr4aJObB3ym/vsItMg=="
crossorigin="anonymous"></script>
</body>
</html>