diff options
author | FivePixels <o5pxels@gmail.com> | 2020-06-10 14:02:15 -0500 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2020-06-10 14:02:15 -0500 |
commit | fa54265bea0311a96d24a0d7e990bc06fa68a474 (patch) | |
tree | ab6399aff9c41675bad1ae212c61c45ca775ee6a /repo.html | |
parent | f49e54def333a01cecdb1364f852e6d0b3993b90 (diff) | |
download | personal-website-fa54265bea0311a96d24a0d7e990bc06fa68a474.tar.xz personal-website-fa54265bea0311a96d24a0d7e990bc06fa68a474.zip |
Fix faulty link on cydia repo button
Diffstat (limited to 'repo.html')
-rw-r--r-- | repo.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ <h1>Cydia Repo</h1>
</header>
<section id="intro">
- Add this repo to Cydia by clicking <a href=cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/repo">here</a>.
+ Add this repo to Cydia by clicking <a href=cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/repo>here</a>.
</section>
</html>
|