Skip to content

Commit

Permalink
docs: fix broken link (#1084)
Browse files Browse the repository at this point in the history
* docs: fix broken link

* chore: update dependencies

* Terminal chore: update dependencies

* chore: update deps

---------

Co-authored-by: Dominic Reuter <[email protected]>
  • Loading branch information
domreuter and dom-reuter authored Mar 5, 2024
1 parent e211f26 commit bafc625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/management-api-walkthrough/07_edrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Content-Type: application/json
## Consumer Data Plane Proxy

The Consumer Data Plane Proxy is an extension available in `tractusx-edc` that will use the EDR store to simplify
the data request on Consumer side. The documentation is available [here](../../edc-extensions/dataplane-proxy/edc-dataplane-proxy-consumer-api/README.md).
the data request on Consumer side. The documentation is available [here](../../../edc-extensions/dataplane-proxy/edc-dataplane-proxy-consumer-api/README.md).

The API fetches the data according to the input body. The body should contain the `assetId` plus `providerId` or the
`transferProcessId` which identifies the EDR to use for fetching data and an `endpointUrl` which is the [provider gateway](../../edc-extensions/dataplane-proxy/edc-dataplane-proxy-provider-api/README.md)
Expand Down

0 comments on commit bafc625

Please sign in to comment.