Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
cfranceschi-ledger committed Jan 30, 2024
1 parent c144185 commit 20221e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/docs/device-app/develop/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ high-level graphical interactions. It is widly used to write functional tests co
Ledgered is a Python package which goal is to be a collection of small, autonomous utilitaries and libraries.

For now, it only contains a tool (`ledger-manifest`) allowing to check `ledger_app.toml` manifest files (which are a
[requirement](../deliver/requirements/development#manifest) for an application to be deployed).
[requirement](./requirements/development#manifest) for an application to be deployed).

<Callout type="info">
Sources and documentation can be found [in the Ledgered repository](https://github.com/ledgerhq/ledgered).
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/exchange/integration/flow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'react-medium-image-zoom/dist/styles.css'

# Detailled Technical Flows

For high-level flows, refer to the [flow-breakdown](../flow/flow-breakdown) section.
For high-level flows, refer to the [flow-breakdown](../flow) section.

## Swap

Expand Down
4 changes: 2 additions & 2 deletions pages/docs/exchange/integration/providers-test-and-submit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ After testing your LiveApp and making sure it works with the Exchange App, you s
<Steps>
### Your API

Adapt your API to interact with our Backend, with some specifities. Details in [Backend](providers-endpoints) section.
Adapt your API to interact with our Backend, with some specifities. Details in [Backend](providers-backend) section.

### Your LiveApp's Manifest

It's a bit more complex than the regular LiveApp's Manifest of the Discover section. Details in [LiveApp](providers-liveapp) section.

### Your Public key

Make sure your private key is secured, and send us your public key. Details in [Backend](providers-endpoints) section.
Make sure your private key is secured, and send us your public key. Details in [Backend](providers-backend) section.

</Steps>

0 comments on commit 20221e7

Please sign in to comment.