From 4270b2306c24518d87a0f841ff1eb430feef88cd Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Tue, 7 Jun 2016 00:36:29 -0400 Subject: [PATCH] Ctemplate and its HowTo have moved to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf1d2c06..4490d5cff 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.