Merge pull request #134 from bhoefling-c2c/fix-readme

README.md: Fix URL, use mustache.github.io.
This commit is contained in:
Michael Bayne
2022-05-14 11:57:21 -07:00
committed by GitHub
+2 -2
View File
@@ -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/).
[![Build Status](https://travis-ci.org/samskivert/jmustache.svg?branch=master)](https://travis-ci.org/samskivert/jmustache) [![Build Status](https://travis-ci.org/samskivert/jmustache.svg?branch=master)](https://travis-ci.org/samskivert/jmustache)
@@ -119,7 +119,7 @@ Sections behave as you would expect:
See the code in See the code in
[MustacheTest.java](http://github.com/samskivert/jmustache/blob/master/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 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. syntax.
Partials Partials