Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Oct 4, 2013
1 parent b2d2146 commit a1dd34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examplejs/api/v0/example.js
Expand Up @@ -234,7 +234,7 @@ var ExampleJS = function (cfg) {
this._iframe.style.width = "100%";
document.body.appendChild(this._iframe);

this._iframe.src = (cfg.exampleJSHome || "http://xeolabs.github.io/examplejs") + "/index.html";
this._iframe.src = (cfg.exampleJSHome || "http://scenejs.org/examplejs") + "/index.html";

// True once connected
this._connected = false;
Expand Down

0 comments on commit a1dd34e

Please sign in to comment.