From 1a6880a1966b6ab7240748acb31cb7bb294411b4 Mon Sep 17 00:00:00 2001 From: "Adam K." Date: Tue, 6 Aug 2013 23:05:30 -0600 Subject: [PATCH] Update README.markdown - Changed link to mustache.github.com to use https instead of http - Fixed link to mustache.php so it doesn't try to send you to https://github.com/codeguy/Slim-Extras/blob/master/Views/github.com/bobthecow/mustache.php --- Views/README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/README.markdown b/Views/README.markdown index 3233579..9724644 100644 --- a/Views/README.markdown +++ b/Views/README.markdown @@ -52,7 +52,7 @@ An array of paths to directories containing Twig templates ([Twig docs](http://t ## Mustache The `\Slim\Extras\Views\Mustache` custom view class provides support for the -[Mustache template language](http://mustache.github.com/) and the [Mustache.php library](github.com/bobthecow/mustache.php). +[Mustache template language](http://mustache.github.com/) and the [Mustache.php library](https://github.com/bobthecow/mustache.php). You can use the Mustache custom view in your Slim Framework application like this: