Skip to content

Commit

Permalink
doc: fix readme link for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Feb 14, 2022
1 parent c05e7c3 commit ccb5132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ccb5132

Please sign in to comment.