diff options
author | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-26 21:38:53 -0400 |
---|---|---|
committer | Michael Gapczynski <mtgap@owncloud.com> | 2012-08-26 21:38:53 -0400 |
commit | 617449b230fd3c7628e6a9aa3bc3425492b6328e (patch) | |
tree | f11a6eb4e531132f75a1f184b52ce2fbf48aa5ae | |
parent | 18517f6adb92752a70be5a80ebf92ddf1d03babc (diff) | |
download | nextcloud-server-617449b230fd3c7628e6a9aa3bc3425492b6328e.tar.gz nextcloud-server-617449b230fd3c7628e6a9aa3bc3425492b6328e.zip |
Change URL from gitorious to github
-rwxr-xr-x | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 9ccab25516c..1306d90f402 100755 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -72,6 +72,6 @@ if(!$_['htaccessworking']) { <p class="personalblock"> <strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?> <?php echo(OC_Util::getEditionString()); ?> (<?php echo(OC_Updater::ShowUpdatingHint()); ?>)<br /> - Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="http://gitorious.org/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>. + Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>. </p> |