fix: links

This commit is contained in:
CelloSerenity
2026-04-09 17:59:50 -06:00
committed by GitHub
parent f6d3fc4bb4
commit 70c21cdc0d
3 changed files with 5 additions and 4 deletions

View File

@@ -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(

View File

@@ -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(