From 9c21f6c56f663701596a02c1f4668be707b4a82a Mon Sep 17 00:00:00 2001 From: shrektan Date: Fri, 25 Mar 2022 01:01:02 +0800 Subject: [PATCH] fix the url of Mustache website --- README.md | 2 +- README.rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c1264c..f4dfd56 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Whisker ======= -Whisker is a [{{Mustache}}](http://mustache.github.com) implementation in +Whisker is a [{{Mustache}}](https://mustache.github.io) implementation in [R](http://www.r-project.org/) confirming to the Mustache specification. Mustache is a logicless templating language, meaning that no programming source code can be used in your templates. This may seem very limited, but Mustache is diff --git a/README.rmd b/README.rmd index bc8f657..a0c3ce3 100644 --- a/README.rmd +++ b/README.rmd @@ -3,7 +3,7 @@ Whisker ======= -Whisker is a [{{Mustache}}](http://mustache.github.com) implementation in +Whisker is a [{{Mustache}}](https://mustache.github.io) implementation in [R](http://www.r-project.org/) confirming to the Mustache specification. Mustache is a logicless templating language, meaning that no programming source code can be used in your templates. This may seem very limited, but Mustache is