Skip to content

Commit

Permalink
Fixed repository url in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hason committed Feb 25, 2015
1 parent fd3bea7 commit 65f61f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

var examples = {};

var treeURL = 'https://api.github.com/repos/LeaVerou/prism/git/trees/gh-pages?recursive=1';
var treeURL = 'https://api.github.com/repos/PrismJS/prism/git/trees/gh-pages?recursive=1';
var treePromise = new Promise(function (resolve) {
$u.xhr({
url: treeURL,
Expand Down Expand Up @@ -178,4 +178,4 @@ function getDependenciesOfLanguage (lang)
: [components.languages[lang].require];
}

}());
}());

0 comments on commit 65f61f7

Please sign in to comment.