aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 1a205fa..2e26ce5 100644
--- a/index.html
+++ b/index.html
@@ -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>