summaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2011-05-05 11:16:22 -0700
committerYehuda Katz <wycats@gmail.com>2011-05-05 11:16:22 -0700
commit92535a9158a0a296b5e9fa9044fbd54c9033fe2f (patch)
treef3dc99fb0283d66bf3252a32bd85af75d499c49c /README.markdown
parent4f309bb3aa761fb856fecfcb8429980ecdac0469 (diff)
downloadhandlebars.js-92535a9158a0a296b5e9fa9044fbd54c9033fe2f.zip
handlebars.js-92535a9158a0a296b5e9fa9044fbd54c9033fe2f.tar.gz
handlebars.js-92535a9158a0a296b5e9fa9044fbd54c9033fe2f.tar.bz2
Edited README.markdown via GitHub
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 6617c7d..74101df 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,7 +3,7 @@ Handlebars.js
Handlebars.js is an extension to the [Mustache templating language](http://mustache.github.com/) created by Chris Wanstrath. Handlebars.js and Mustache are both logicless templating languages that keep the view and the code separated like we all know they should be.
-Checkout the official Handlebars docs site at [http://handlebars.strobeapp.com](http://handlebars.strobeapp.com).
+Checkout the official Handlebars docs site at [http://www.handlebarsjs.com](http://www.handlebarsjs.com).
Installing