Fix broken link in quake example

This commit is contained in:
Brandon Tilley 2013-12-23 22:49:19 -08:00
parent 2fec3977be
commit 9ddbee97f9

View File

@ -1,6 +1,6 @@
<h1>2013 Earthquake Data</h1> <h1>2013 Earthquake Data</h1>
<p>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.</p> <p>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 <a href='http://momentjs.com/'>Moment.js</a>, D3 scales, DOM manipulation, and loading external data.</p>
<p><a href="/examples/quake/index.html">View the demo</a></p> <p><a href="/examples/quake/index.html">View the demo</a></p>