aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2018-11-30 14:47:37 -0600
committerFivePixels <o5pxels@gmail.com>2018-11-30 14:47:37 -0600
commit45f3fcb02a201b1d7225cda9f5a5d0f26a6c19f9 (patch)
tree2fb2eb9b8a160b416dc35229412e9fcc56ab96bb /index.html
parent1aa125eca7beefe592fdad54f112e21ec3898051 (diff)
downloadpersonal-website-45f3fcb02a201b1d7225cda9f5a5d0f26a6c19f9.tar.xz
personal-website-45f3fcb02a201b1d7225cda9f5a5d0f26a6c19f9.zip
Removed SL2 files, fixed naming
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>