From 3119acbe045dfb8911ad29b49c17d3985db77588 Mon Sep 17 00:00:00 2001 From: Ahmad Faizal B H Date: Fri, 28 May 2021 10:31:38 +0530 Subject: [PATCH] Update Example URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8bfe0a5e68..006a8ee8eda 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ CodeFlower This experiment visualizes source repositories using an interactive tree. Each disc represents a file, with a radius proportional to the number of lines of code (loc). All rendering is done client-side, in JavaScript. Built with d3.js, inspired by Code Swarm and Gource, published with the MIT open-source license. -Interact with CodeFlowers, see examples, and build your own at [http://fzaninotto.github.com/CodeFlower](http://fzaninotto.github.com/CodeFlower). +Interact with CodeFlowers, see examples, and build your own at [http://www.redotheweb.com/CodeFlower/](http://www.redotheweb.com/CodeFlower/). ![fzaninotto/uptime](./images/uptime.png) ![fzaninotto/faker](./images/faker.png)