summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar buckaroo-labs2023-12-20 21:58:06 -0800
committerGravatar GitHub2023-12-20 21:58:06 -0800
commitc6eaa5e9c886342a207cb6ac2335b07492884956 (patch)
treec2fa711fbbdc57d207ad4e1a234028a109696b37
parent3745b976339b7684c29a10a879857c58d4615663 (diff)
downloadscuttle-c6eaa5e9c886342a207cb6ac2335b07492884956.tar.gz
scuttle-c6eaa5e9c886342a207cb6ac2335b07492884956.zip
Update about.tpl.php
update app repo link
-rw-r--r--data/templates/minimal/about.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/minimal/about.tpl.php b/data/templates/minimal/about.tpl.php
index 40d269b..bd08802 100644
--- a/data/templates/minimal/about.tpl.php
+++ b/data/templates/minimal/about.tpl.php
@@ -6,7 +6,7 @@ $this->includeTemplate($GLOBALS['top_include']);
<div class="row">
<ul>
- <li><a target="_blank" href="http://sourceforge.net/projects/semanticscuttle/">Semantic Scuttle</a> <?php echo T_('is licensed under the ');?> <a target="_blank"href="http://www.gnu.org/copyleft/gpl.html"><acronym title="GNU\'s Not Unix">GNU</acronym> General Public License</a> (<?php echo T_('you can freely host it on your own web server'); ?>)
+ <li><a target="_blank" href="https://github.com/buckaroo-labs/semantic-scuttle">Semantic Scuttle</a> <?php echo T_('is licensed under the ');?> <a target="_blank"href="http://www.gnu.org/copyleft/gpl.html"><acronym title="GNU\'s Not Unix">GNU</acronym> General Public License</a> (<?php echo T_('you can freely host it on your own web server'); ?>)
<?php echo sprintf(T_(' and supports most of the <a target="_blank" href="http://www.delicious.com/help/api">del.icio.us <abbr title="Application Programming Interface">API</abbr></a>. '), $GLOBALS['sitename']); ?></li>
<li><a target="_blank" href="https://github.com/jonrandoem/sscuttlizr/">Sscuttlizr</a> <?php echo T_('is licensed under the ');?> <a target="_blank" href="https://github.com/jonrandoem/sscuttlizr/blob/master/LICENSE">MIT License</a>