diff --git a/cogs/livecontainer/jit26.py b/cogs/livecontainer/jit26.py index 68f62a9..6bdbc6c 100644 --- a/cogs/livecontainer/jit26.py +++ b/cogs/livecontainer/jit26.py @@ -8,7 +8,7 @@ def jit26_command(): color=0x0169FF, description=( "# iOS 26 JIT & Sideloading Walkthrough\n\n---\n\n" - "Click the [button below](https://github.com/CelloSerenity/iOS-26-Sideloading-and-JIT-Complete-Walkthrough) to set up sideloading and enabling JIT for LiveContainer on iOS 26." + "Click the [button below](https://docvault.celloserenity.dev/walkthroughs/LiveContainer-iOS-26-JIT/) to set up sideloading and enabling JIT for LiveContainer on iOS 26." ), ) embed.set_author( @@ -24,7 +24,7 @@ def jit26_command(): view.add_item( discord.ui.Button( label="Get Started", - url="https://github.com/CelloSerenity/iOS-26-Sideloading-and-JIT-Complete-Walkthrough", + url="https://docvault.celloserenity.dev/walkthroughs/LiveContainer-iOS-26-JIT/", style=discord.ButtonStyle.primary, emoji="<:githubicon:1417717356846776340>", ) diff --git a/cogs/sidestore/afc.py b/cogs/sidestore/afc.py index 81ba636..f93d6e6 100644 --- a/cogs/sidestore/afc.py +++ b/cogs/sidestore/afc.py @@ -13,7 +13,8 @@ def afc_command(): "# AFC Connection Failure\n\n---\n\n" + "1. Make sure Wi-Fi is connected to a stable network\n" + "2. Make sure LocalDevVPN is connected and updated\n" - + "3. If issue still persists, replace pairing file using `iloader`. See [Pairing File instructions](https://docs.sidestore.io/docs/advanced/pairing-file) for details" + + "3. If issue still persists, replace pairing file using `iloader`. See [Pairing File instructions](https://docs.sidestore.io/docs/advanced/pairing-file) for details\n" + + "-# These steps also apply to heartbeat failures from other idevice-based apps such as StikDebug." ), ) embed.set_author( diff --git a/cogs/sidestore/pairing.py b/cogs/sidestore/pairing.py index eee7b34..44ffb10 100644 --- a/cogs/sidestore/pairing.py +++ b/cogs/sidestore/pairing.py @@ -9,7 +9,7 @@ def pairing_command(): color=0x8E82F9, description=( "# How to obtain your pairing file:\n\n---\n\n" - + "[Click here](https://docs.sidestore.io/advanced/pairing-file) to read the SideStore documentation on replacing your pairing file.\n" + + "[Click here](https://docs.sidestore.io/docs/advanced/pairing-file) to read the SideStore documentation on replacing your pairing file.\n" ), ) embed.set_author(