From 8ae505a3a8a80eea879c709e1287e8e07c637557 Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Fri, 10 Jun 2016 08:56:31 -0400 Subject: [PATCH] Fix link to Ctemplate and its HowTo since they've moved to GitHub (#569) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf1d2c..4490d5c 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,7 @@ Consider the following contrived example: Here we have a list with three items. The first item uses the default tag style, the second uses ERB style as defined by the Set Delimiter tag, and the third returns to the default style after yet another Set Delimiter declaration. -According to [ctemplates](http://google-ctemplate.googlecode.com/svn/trunk/doc/howto.html), this "is useful for languages like TeX, where double-braces may occur in the text and are awkward to use for markup." +According to [ctemplates](https://htmlpreview.github.io/?https://raw.githubusercontent.com/OlafvdSpek/ctemplate/master/doc/howto.html), this "is useful for languages like TeX, where double-braces may occur in the text and are awkward to use for markup." Custom delimiters may not contain whitespace or the equals sign.