Commit 74916d48bde7c34fab202c06afd6cb7ee24a1928

Michael Schmidt 2018-08-19T16:54:25

Fixed empty link in extending (#1507)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/extending.html b/extending.html
index 11c647f..59101b6 100644
--- a/extending.html
+++ b/extending.html
@@ -137,7 +137,7 @@
 	}
 });</code></pre>
 	<p>Of course, to understand which hooks to use you would have to read Prism’s source. Imagine where you would add your code and then find the appropriate hook.
-	If there is no hook you can use, you may <a href="">request one to be added</a>, detailing why you need it there.
+	If there is no hook you can use, you may <a href="https://github.com/PrismJS/prism/issues">request one to be added</a>, detailing why you need it there.
 </section>
 
 <section id="api">