From eaf023b351d5d3791a9c7aeee893732f22945f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?= Date: Fri, 13 May 2022 17:17:03 +0200 Subject: [PATCH] README.md: Fix URL, use mustache.github.io. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e730851..eaa47dc 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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