From 0ca1412bd11784a5cb85bf01a67689e98682d244 Mon Sep 17 00:00:00 2001 From: Wayonb Date: Wed, 18 Dec 2024 20:23:06 -0500 Subject: [PATCH] [docs] fix: broken links problem: build is failing due to broken links solution: fix broken links --- source/conf.py | 1 + source/guides/migration/post-launch-optin-xym-retrieval.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index 0764c4050..848dbf86e 100644 --- a/source/conf.py +++ b/source/conf.py @@ -357,6 +357,7 @@ def setup(app): r'https://support.ledger.com/*', # 403 Client Error r'https://par.nsf.gov/*', # unsafe legacy renegotiation disabled r'https://github.com/*', # Anchor not found + r'https://www.exodus.com/support/*', # 403 Client Error ] linkcheck_anchors_ignore = [r'L\d+'] diff --git a/source/guides/migration/post-launch-optin-xym-retrieval.rst b/source/guides/migration/post-launch-optin-xym-retrieval.rst index 1ab648199..c8bb33796 100644 --- a/source/guides/migration/post-launch-optin-xym-retrieval.rst +++ b/source/guides/migration/post-launch-optin-xym-retrieval.rst @@ -88,7 +88,7 @@ Now that you know where do you want your XYM transferred, you can start the opt- First, you need to **retrieve the account's private key** from the wallet. The procedure depends on the wallet but here are instructions for a few popular ones: `Atomic Wallet `__, - `Exodus `__, + `Exodus `__, `Coinomi `__, `Magnum `__.