Commit 6c772d85346092abef3f6bdb8bfc13014c827a7c

Malcolm Young 2016-05-01T09:32:03

link to index for basic usage - fixes #945

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/faq.html b/faq.html
index 895f7ef..7e25bf8 100644
--- a/faq.html
+++ b/faq.html
@@ -82,7 +82,7 @@
 	<h1>If pre-existing HTML is stripped off, how can I highlight certain parts of the code?</h1>
 	
 	<p>There is a number of ways around it. You can always break the block of code into multiple parts, and wrap the HTML around it (or just use a <code>.highlight</code> class).
-	You can see an example of this in action at the “<a href="#basic-usage">Basic usage</a>” section of the homepage.</p>
+	You can see an example of this in action at the “<a href="index.html#basic-usage">Basic usage</a>” section of the homepage.</p>
 	<p>Another way around the limitation is to use the <a href="plugins/line-highlight/">Line Highlght plugin</a>, to highlight and link to specific lines and/or line ranges.
 </section>