Merge pull request #134 from bhoefling-c2c/fix-readme
README.md: Fix URL, use mustache.github.io.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This is a Java implementation of the [Mustache template language](http://mustache.github.com/).
|
||||
This is a Java implementation of the [Mustache template language](http://mustache.github.io/).
|
||||
|
||||
[](https://travis-ci.org/samskivert/jmustache)
|
||||
|
||||
@@ -119,7 +119,7 @@ Sections behave as you would expect:
|
||||
See the code in
|
||||
[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
|
||||
[Mustache documentation](http://mustache.github.io/mustache.5.html) for details on the template
|
||||
syntax.
|
||||
|
||||
Partials
|
||||
|
||||
Reference in New Issue
Block a user