Skip to content

Commit

Permalink
[widget/count][xs]: correct thedatahub.org => datahub.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Nov 28, 2012
1 parent a752dcf commit 1b62ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/count/index.html
Expand Up @@ -7,7 +7,7 @@
<script type="text/javascript">
jQuery(document).ready(function($) {
var group = 'economics';
var url = 'http://thedatahub.org/api/search/dataset?groups=' + group;
var url = 'http://datahub.io/api/search/dataset?groups=' + group;
$.getJSON(url, function(data) {
$('.ckanjs-widget-count').html(data.count);
});
Expand Down

0 comments on commit 1b62ab4

Please sign in to comment.