diff options
author | Andrew Manning <tamanning@zoho.com> | 2015-12-26 16:20:56 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2015-12-26 16:20:56 -0500 |
commit | 3d6359f2e719cea7856ba2a077f211c2e930f698 (patch) | |
tree | 4342dde28dece577e4717284d4426feff9b8ab54 /view/tpl | |
parent | 5a229234e79597202954cb4604bb27ec83966d56 (diff) | |
download | volse-hubzilla-3d6359f2e719cea7856ba2a077f211c2e930f698.tar.gz volse-hubzilla-3d6359f2e719cea7856ba2a077f211c2e930f698.tar.bz2 volse-hubzilla-3d6359f2e719cea7856ba2a077f211c2e930f698.zip |
Removed defunct URL from old auto-update idea
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/admin_aside.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_aside.tpl b/view/tpl/admin_aside.tpl index 58d645dbf..57ac7f3e1 100755 --- a/view/tpl/admin_aside.tpl +++ b/view/tpl/admin_aside.tpl @@ -26,7 +26,7 @@ {{if $admin.update}} <ul class="nav nav-pills nav-stacked"> <li><a href='{{$admin.update.0}}'>{{$admin.update.1}}</a></li> - <li><a href='https://kakste.com/profile/inthegit'>Important Changes</a></li> + <li><a href=''>Important Changes</a></li> </ul> {{/if}} |