diff options
author | FivePixels <o5pxels@gmail.com> | 2018-11-30 14:47:37 -0600 |
---|---|---|
committer | FivePixels <o5pxels@gmail.com> | 2018-11-30 14:47:37 -0600 |
commit | 45f3fcb02a201b1d7225cda9f5a5d0f26a6c19f9 (patch) | |
tree | 2fb2eb9b8a160b416dc35229412e9fcc56ab96bb /index.html | |
parent | 1aa125eca7beefe592fdad54f112e21ec3898051 (diff) | |
download | personal-website-45f3fcb02a201b1d7225cda9f5a5d0f26a6c19f9.tar.xz personal-website-45f3fcb02a201b1d7225cda9f5a5d0f26a6c19f9.zip |
Removed SL2 files, fixed naming
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -34,13 +34,13 @@ <section class="panel color1" id="second">
<div class="intro joined">
<h2 class="major">Cydia Repository</h2>
- <p>I host all of my tweaks within my website. To add my Repository source to Cydia, either click the link below or open Cydia and navigate to<br> Sources -> Edit -> Add -> <strong>https://fivepixels.xyz</strong></p>
+ <p>I host all of my tweaks within my website. To add my Repository source to Cydia, either click the link below or open Cydia and navigate to<br> Sources -> Edit -> Add -> <strong>https://fivepixels.xyz/cydia</strong></p>
<br>
- <button onclick="myFunction()">Add to Cydia</button>
+ <button onclick="addRepo()">Add to Cydia</button>
<script>
- function myFunction() {
- location.replace("cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/")
+ function addRepo() {
+ location.replace("cydia://url/https://cydia.saurik.com/api/share#?source=https://fivepixels.xyz/cydia")
}
</script>
<br>
|