From e03f3361b94413e544f0f010b1ab7a03c7764f5e Mon Sep 17 00:00:00 2001 From: Danny Garcia Date: Fri, 26 Oct 2018 14:24:55 -0400 Subject: [PATCH] fix: updated H2 for more info (#20381) Issue with formatting on H2: `##More` vs `## More` prevented markdown parsing. --- guide/english/computer-science/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/computer-science/index.md b/guide/english/computer-science/index.md index 42ca199701..5a80a8554c 100644 --- a/guide/english/computer-science/index.md +++ b/guide/english/computer-science/index.md @@ -33,7 +33,7 @@ Computer science is categorized into several fields. The following are among the - Operating Systems - Database Systems -##More Information +## More Information * [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. * [CS50](https://cs50.harvard.edu) : A free, introduction to computer science course, taught by David J. Malan and staff at Harvard & Yale Universities.