Skip to content

Commit 4cc111c

Browse files
[mustache demo] Fix link to mustache documentation url
1 parent 72579dd commit 4cc111c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/mustache.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1>{{title}}</h1>
6161
</script>
6262

6363
<p>Demonstration of a mode that parses HTML, highlighting
64-
the <a href="http://mustache.github.com/">Mustache</a> templating
64+
the <a href="http://mustache.github.io/">Mustache</a> templating
6565
directives inside of it by using the code
6666
in <a href="../addon/mode/overlay.js"><code>overlay.js</code></a>. View
6767
source to see the 15 lines of code needed to accomplish this.</p>

0 commit comments

Comments
 (0)