Commit 65f61f7a8390f7e37f209bb9c6339b40a001c483

Martin Hasoň 2015-02-25T12:24:48

Fixed repository url in examples

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/examples.js b/examples.js
index 74c5aaf..a686fa7 100644
--- a/examples.js
+++ b/examples.js
@@ -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,
@@ -178,4 +178,4 @@ function getDependenciesOfLanguage (lang)
 		: [components.languages[lang].require];
 }
 
-}());
\ No newline at end of file
+}());