From 0288e5d66c822bfe4b60993c9a12a1b976c72e51 Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 9 Nov 2022 11:24:34 -0500 Subject: [PATCH 1/2] Use github.io and https for mustache links --- README.rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rmd b/README.rmd index bc8f657..ebad7e4 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 @@ -25,7 +25,7 @@ current `environment` (or the supplied `list`) to fill in the variables. Mustache syntax --------------- -The syntax of Mustache templates is described in http://mustache.github.com/mustache.5.html +The syntax of Mustache templates is described in https://mustache.github.io/mustache.5.html How the mustache template are used with whisker can be found in the whisker documentation, and below. Mustache specification From e912eb9f9f3dc3d0d3f10e479b4a56e830510c2c Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Wed, 9 Nov 2022 11:26:11 -0500 Subject: [PATCH 2/2] Update readme links too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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