Skip to content

Commit

Permalink
[docs] fix: broken links
Browse files Browse the repository at this point in the history
problem: build is failing due to broken links
solution: fix broken links
  • Loading branch information
Wayonb authored Dec 19, 2024
1 parent 038875a commit 0ca1412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+']

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://support.atomicwallet.io/article/19-how-to-view-your-private-keys-backup-phrase>`__,
`Exodus <https://support.exodus.com/article/86-how-can-i-view-my-private-keys>`__,
`Exodus <https://www.exodus.com/support/en/articles/8598615-how-do-i-view-my-private-keys>`__,
`Coinomi <https://coinomi.freshdesk.com/support/solutions/articles/29000009717-what-is-the-recovery-tool-and-how-do-i-export-my-private-keys->`__,
`Magnum <https://davecube-com.medium.com/how-to-extract-the-private-key-from-your-magnum-wallet-95453dccacd4>`__.

Expand Down

0 comments on commit 0ca1412

Please sign in to comment.