From ccb5132cd840e0ade23e921d0478c4ce6dad3163 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Mon, 14 Feb 2022 21:59:37 +0800 Subject: [PATCH] doc: fix readme link for github pages --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d49ead..90b36b0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Note that this project is no longer active maintained. Please let me know(file a This is a simple heatmap api based on HTML5 canvas. A heat map is a graphical representation of data where the values taken by a variable in a two-dimensional table are represented as colors, according to Wikipedia. -You can find an interactive demo at [http://sunng87.github.com/heatcanvas](http://sunng87.github.com/heatcanvas "Visit the live demo") +You can find an interactive demo at [http://sunng87.github.io/heatcanvas](http://sunng87.github.io/heatcanvas "Visit the live demo") Available via bower ------------------- @@ -130,8 +130,8 @@ Other extensions There are also HeatCanvas extensions for: -* Baidu Map ([demo](http://sunng87.github.com/heatcanvas/baidumap.html "BaiduMap Demo")) -* Cloudmade Leaflet ([demo](http://sunng87.github.com/heatcanvas/leaflet.html "Leaflet Demo")) +* Baidu Map ([demo](http://sunng87.github.io/heatcanvas/baidumap.html "BaiduMap Demo")) +* Cloudmade Leaflet ([demo](http://sunng87.github.io/heatcanvas/leaflet.html "Leaflet Demo")) These extensions share similar API mentioned above. You can browse the source code of our demos to get detail.