From 650e6dd8802dd549ab7ee90694919c46911335e5 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Fri, 26 Oct 2012 11:47:18 +0300 Subject: [PATCH] update website link to leafletjs.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f70d399..0fe6fbd0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Leaflet is a modern, lightweight open-source JavaScript library for mobile-frien It is built from the ground up to work efficiently and smoothly on both desktop and mobile platforms like iOS and Android, taking advantage of HTML5 and CSS3 on modern browsers. The focus is on usability, performance, small size, [A-grade](http://developer.yahoo.com/yui/articles/gbs/) browser support, flexibility and [easy to use API](http://leaflet.cloudmade.com/reference.html) with convention over configuration. The OOP-based code of the library is designed to be modular, extensible and very easy to understand. -Check out the website for more information: [leaflet.cloudmade.com](http://leaflet.cloudmade.com) +Check out the website for more information: [leafletjs.com](http://leafletjs.com) ## Contributing to Leaflet Let's make the best open-source library for maps that can possibly exist!