fix: Update to iloader and fix broken links (#26)

* Update afc.py

* Update afc.py

* Update error message and documentation link for UDID

* Update pairing file instructions and documentation URL

* Update pairing file instructions in refresh.py

* Update sparse.py

* NOTE TO SELF: This can probably be removed altogether or modified drastically because we don’t use jitterbug anymore

* Update jit26.py
This commit is contained in:
CelloSerenity
2025-11-27 12:14:49 -07:00
committed by GitHub
parent 23790c46b4
commit 0d3fcb8146
7 changed files with 13 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ def half_command():
+ "- Change Anisette Server\n"
+ "- Reset adi.pb\n"
+ "- Sign out from SideStore and sign back in\n"
+ "- Recreate pairing file\n"
+ "- Replace pairing file\n"
+ "- Reinstall SideStore\n\n"
),
)
@@ -42,7 +42,7 @@ def half_command():
discord.ui.Button(
label="Documentation",
style=discord.ButtonStyle.primary,
url="https://docs.sidestore.io/docs/troubleshooting/common-issues#sidestore-hangs-halfway-through-installation",
url="https://docs.sidestore.io/docs/troubleshooting/common-issues/#sidestore-hangs-partway-through-installation",
emoji="<:sidestorepride:1417717648795631787>",
)
)