mirror of
https://github.com/neoarz/Syntrel.git
synced 2026-04-13 02:25:38 +02:00
fix: links
This commit is contained in:
@@ -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>",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user