Commit 8c0911acb9eba2e3d3c540678a13ae7368168872

Golmote 2018-03-26T21:25:52

Website: Remove non-existent anchor to failures. Reword on homepage to make is less misleading.

diff --git a/faq.html b/faq.html
index 7e25bf8..5e7ae7c 100644
--- a/faq.html
+++ b/faq.html
@@ -55,7 +55,7 @@
 	<p>For this reason, most syntax highlighters on the web and on desktop, are powered by regular expressions. This includes the internal syntax
 	highlighters used by popular native applications like Espresso and Sublime Text, at the time of writing.
 	Of course, not every regex-powered syntax highlighter is created equal. The number and type of failures can be vastly different, depending on
-	the exact algorithm used. <a href="examples.html#failures">Prism’s known failures are documented in the Examples section</a>.</p>
+	the exact algorithm used. <a href="examples.html">Prism’s known failures are documented in the Examples section</a>.</p>
 </section>
 
 <section>
diff --git a/index.html b/index.html
index e053ca7..83f8317 100644
--- a/index.html
+++ b/index.html
@@ -115,7 +115,7 @@
 	<h1>Limitations</h1>
 	<ul>
 		<li>Any pre-existing HTML in the code will be stripped off. <a href="faq.html#if-pre-existing-html-is-stripped-off-how-can-i-highlight">There are ways around it though</a>.</li>
-		<li>Regex-based so it *will* fail on <a href="examples.html#failures">certain edge cases</a>.</li>
+		<li>Regex-based so it *will* fail on certain edge cases, which are documented in the <a href="examples.html">Examples section</a>.</li>
 		<li>No IE 6-8 support. If someone can read code, they are probably in the 85% of the population with a modern browser.</li>
 	</ul>
 </section>