diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-22 15:48:14 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-22 15:48:18 -0800 |
commit | 0b91a8743d785866006c01457b45bfe279cbc11c (patch) | |
tree | e375dfca370168f604675df855ed85a8b7c21b22 /MobileCydia.app | |
parent | 94511d30a0d4f173055292e80d156d8e58da2716 (diff) |
fixed a few outdated cydia:// URLs
Diffstat (limited to 'MobileCydia.app')
-rw-r--r-- | MobileCydia.app/manage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.app/manage.html b/MobileCydia.app/manage.html index bba3762..55e7462 100644 --- a/MobileCydia.app/manage.html +++ b/MobileCydia.app/manage.html @@ -71,7 +71,7 @@ <div class="dialog"> <div class="panel"> -<a href="cydia://packages" class="giant-button"> +<a href="cydia://installed" class="giant-button"> <img src="packages.png"/> <div class="contents"> <label localize="PACKAGES"></label> |