Skip to content

Commit

Permalink
docs: update broken sample runtime link (#4589)
Browse files Browse the repository at this point in the history
fix: update broken sample runtime link
  • Loading branch information
fravl authored Oct 29, 2024
1 parent e6b6560 commit 31ad561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ capabilities a connector has) is defined by the `build.gradle.kts` file inside t
where a Java class containing a `main` method should go. We will call that class a "runtime" and in order for the
connector to become operational the `runtime` needs to perform several important tasks (="bootstrapping"). For an
example take a look at
[this runtime](https://github.com/eclipse-edc/Samples/blob/main/other/custom-runtime/src/main/java/org/eclipse/edc/sample/runtime/CustomRuntime.java)
[this runtime](https://github.com/eclipse-edc/Samples/tree/main/basic/basic-01-basic-connector).

### `data-protocols`

Expand Down

0 comments on commit 31ad561

Please sign in to comment.