Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Broken Links #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ hardware wallet:
## Building

Make sure that you have configured a development environment as outlined in [the development
documentation](https://ledger.readthedocs.io/en/latest/userspace/getting_started.html)
documentation](https://developers.ledger.com/docs/device-app/getting-started)
for Ledger devices. Then run make from the repository root to build the app:

```sh
Expand All @@ -264,6 +264,6 @@ make load
## Testing

Manual testing can be conducted with the help of the testing utility
[TowoLabs/ledger-tests-xrp](https://github.com/TowoLabs/ledger-tests-xrp).
[Transia-RnD/ledger-tests-xrp](https://github.com/Transia-RnD/ledger-tests-xrp).
Make sure that your device is running the latest firmware and then follow
the instructions in the test repository.
Loading