From c6eab5f1c5f720bacf9301c52226fc0ee89496e1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 24 Oct 2010 09:41:19 -0700 Subject: [PATCH] Reference MustacheTest.java at its new location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a86a005..64e495d 100644 --- a/README.md +++ b/README.md @@ -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.