linkeddata / tabulator

Linked Data Browser
46 stars 22 forks source link

Change references to linkeddata.github.com #6

Open kirkhess opened 8 years ago

kirkhess commented 8 years ago

In https://github.com/linkeddata/tabulator/blob/master/js/mashup/mashlib.js

The scriptBase statement refers to a non-existent url & the iconPrefix needs to be fixed as well.

tabulator.scriptBase = 'https://linkeddata.github.com/tabulator/'; // This no longer works.

tabulator.iconPrefix = tabulator.scriptBase; //this also needs to be fixed

See linkeddata/tabulator-chrome#4