Reference MustacheTest.java at its new location.

This commit is contained in:
Michael Bayne
2010-10-24 09:41:19 -07:00
parent 24d355bd03
commit c6eab5f1c5
+1 -1
View File
@@ -102,7 +102,7 @@ Sections behave as you would expect:
* Any other object results in a single execution of the section with that object as a context.
See the code in
[MustacheTest.java](http://code.google.com/p/jmustache/source/browse/trunk/src/test/java/com/samskivert/mustache/MustacheTest.java)
[MustacheTest.java](http://github.com/samskivert/jmustache/blob/master/src/test/java/com/samskivert/mustache/MustacheTest.java)
for concrete examples. See also the [Mustache
documentation](http://mustache.github.com/mustache.5.html) for details on the
template syntax.