Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down