From 3facfe4a28038149619bc80cd42c21d45ebb511b Mon Sep 17 00:00:00 2001 From: Arthur Ronconi Date: Thu, 25 Jan 2024 10:28:36 -0300 Subject: [PATCH] Fix project links in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e18180b..e7c7a98 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Dust > Asynchronous templates for the browser and node.js -#### # +#### # Why? ---- @@ -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? @@ -48,4 +48,4 @@ To render compiled templates in the browser: Demo & Guide ------------ -Extensive docs and a full demo are available at \ No newline at end of file +Extensive docs and a full demo are available at