Skip to content

Commit

Permalink
fix dead link (#36)
Browse files Browse the repository at this point in the history
* fix dead link

* Update content/en/documentation/for-adopters/_index.md

Co-authored-by: andrea bertagnolli <[email protected]>

---------

Co-authored-by: andrea bertagnolli <[email protected]>
  • Loading branch information
liugddx and ndr-brt authored Dec 12, 2024
1 parent 6f0f2e3 commit 4c3ce84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/documentation/for-adopters/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The Data Plane is responsible for executing data transfers, which are managed by
data using specialized technology such as a messaging system or data integration platform. EDC includes the *Data Plane
Framework (DPF)* for building custom Data Planes. Alternatively, a Data Plane can be built using other languages or
technologies and integrated with the EDC Control Plane by implementing
the [Data Plane Signaling API](https://github.com/eclipse-edc/Connector/blob/main/docs/developer/data-plane-signaling/data-plane-signaling.md).
the [Data Plane Signaling API](/documentation/for-contributors/data-plane/data-plane-signaling/).

### Federated Catalog

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ weight: 20
---

<!-- TOC -->
* [The Data Plane Signaling interface](#the-data-plane-signaling-interface)
* [1. `DataAddress` and `EndpointDataReference`](#1-dataaddress-and-endpointdatareference)
* [2. Signaling protocol messages and API endpoints](#2-signaling-protocol-messages-and-api-endpoints)
* [2.1 `START`](#21-start)
Expand Down

0 comments on commit 4c3ce84

Please sign in to comment.