summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php2
-rw-r--r--templates/index.phtml1
2 files changed, 1 insertions, 2 deletions
diff --git a/index.php b/index.php
index c53ea45..bfaf8fc 100644
--- a/index.php
+++ b/index.php
@@ -183,7 +183,7 @@ try {
break;
case 'version_info':
- $response = @file_get_contents('http://alpha0010.github.io/webgrind/webgrindupdate.json?version='.Webgrind_Config::$webgrindVersion);
+ $response = @file_get_contents('http://jokkedk.github.io/webgrind/webgrindupdate.json?version='.Webgrind_Config::$webgrindVersion);
if ($response) {
header('Content-type: application/json');
echo $response;
diff --git a/templates/index.phtml b/templates/index.phtml
index 5dc0a84..cacd890 100644
--- a/templates/index.phtml
+++ b/templates/index.phtml
@@ -419,7 +419,6 @@
<div id="version_info">&nbsp;</div>
<?php endif?>
Copyright © 2008-2011 Jacob Oettinger &amp; Joakim Nygård. <a href="http://github.com/jokkedk/webgrind/">webgrind homepage</a>
- <a href="http://github.com/alpha0010/webgrind/">dev fork</a>
</div>
</div>
</body>