Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix project links in README.md #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Dust

> Asynchronous templates for the browser and node.js

#### <http://akdubya.github.com/dustjs> #
#### <http://akdubya.github.io/dustjs> #

Why?
----
Expand All @@ -16,7 +16,7 @@ Use Dust if you want these things:
* browser/node compatibility
* extended Mustache/ctemplate syntax
* clean, low-level API
* [high performance](http://akdubya.github.com/dustjs/benchmark/index.html)
* [high performance](http://akdubya.github.io/dustjs/benchmark/index.html)
* composable templates

Composable templates?
Expand Down Expand Up @@ -48,4 +48,4 @@ To render compiled templates in the browser:
Demo & Guide
------------

Extensive docs and a full demo are available at <http://akdubya.github.com/dustjs>
Extensive docs and a full demo are available at <http://akdubya.github.io/dustjs>