Skip to content

Commit bf2c54b

Browse files
authored
Merge pull request #3 from rharken/rh-work
correct attribution
2 parents 64e1a21 + bb40f8c commit bf2c54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eqlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function formatArticle($item) {
182182
<br>
183183
<br>
184184
<?php echo $info?>
185-
<a href="http://earthquake-report.com" title="Earthquake-Report.com" target="_blank">Data © <?php echo date('Y');?> Earthquake-Report.com</a></span>
185+
<a href="https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php" title="USGS Earthquake GeoJSON Summary Feed" target="_blank">Data © <?php echo date('Y');?> USGS Earthquake GeoJSON Summary Feed</a></span>
186186

187187

188188
</article>

0 commit comments

Comments
 (0)