diff --git a/tooltips.html b/tooltips.html index e349d4e..c2b9c27 100644 --- a/tooltips.html +++ b/tooltips.html @@ -22,7 +22,7 @@ $(document).ready(function(){ }); /* Set the location where mydoc_tooltips_source.json is. */ -var url = "tooltips.json"; +var url = "http://idratherbewriting.com/documentation-theme-jekyll/tooltips.html"; $.get( url, function( data ) {