From 9ddbee97f9a580b8592bb1a733e7dda33bf690c1 Mon Sep 17 00:00:00 2001 From: Brandon Tilley Date: Mon, 23 Dec 2013 22:49:19 -0800 Subject: [PATCH] Fix broken link in quake example --- site/public/examples/quake.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/public/examples/quake.ejs b/site/public/examples/quake.ejs index cdda849..afdab0c 100644 --- a/site/public/examples/quake.ejs +++ b/site/public/examples/quake.ejs @@ -1,6 +1,6 @@

2013 Earthquake Data

-

This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js-specific techniques, like the use of [Moment.js](http://momentjs.com/), D3 scales, DOM manipulation, and loading external data.

+

This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js-specific techniques, like the use of Moment.js, D3 scales, DOM manipulation, and loading external data.

View the demo