diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-20 17:28:28 -0700 |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-20 17:28:28 -0700 |
commit | 48e76fce2682449c0620739356a16a1ea9b6c64f (patch) | |
tree | eeb951b1c17ebb676e2d6c0291eec0999918b9e7 | |
parent | fee52b9d0ada09f197e77e0cb7fbe1ec8e143c0c (diff) | |
download | pystache-48e76fce2682449c0620739356a16a1ea9b6c64f.tar.gz |
Update README link to point to gh-pages.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Pystache  -[Pystache](https://github.com/defunkt/pystache) is a Python +[Pystache](http://defunkt.github.com/pystache) is a Python implementation of [Mustache](http://mustache.github.com/). Mustache is a framework-agnostic, logic-free templating system inspired by [ctemplate](http://code.google.com/p/google-ctemplate/) and |