fix: updated H2 for more info (#20381)

Issue with formatting on H2:
`##More` vs `## More` prevented markdown parsing.
This commit is contained in:
Danny Garcia
2018-10-26 14:24:55 -04:00
committed by Huyen Nguyen
parent 2cfcd3c2df
commit e03f3361b9

View File

@ -33,7 +33,7 @@ Computer science is categorized into several fields. The following are among the
- Operating Systems - Operating Systems
- Database Systems - Database Systems
##More Information ## More Information
* [Visualization of Data Structures](http://www.cs.usfca.edu/~galles/JavascriptVisual/Algorithms.html) * [Visualization of Data Structures](http://www.cs.usfca.edu/~galles/JavascriptVisual/Algorithms.html)
* [Khan Academy](https://www.khanacademy.org/computing/computer-science) : A deep dive into algorithms, cryptography, introductory computing, and much more. * [Khan Academy](https://www.khanacademy.org/computing/computer-science) : A deep dive into algorithms, cryptography, introductory computing, and much more.
* [CS50](https://cs50.harvard.edu) : A free, introduction to computer science course, taught by David J. Malan and staff at Harvard & Yale Universities. * [CS50](https://cs50.harvard.edu) : A free, introduction to computer science course, taught by David J. Malan and staff at Harvard & Yale Universities.