Skip to content

Commit

Permalink
update broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
lovromazgon authored Oct 22, 2024
1 parent 114133b commit d21e8fc
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 @@ -28,7 +28,7 @@ check out the [Conduit Processor SDK](https://github.com/ConduitIO/conduit-proce
* Skeleton code for the processor and its configuration.
* Example unit tests.
* A [Makefile](/Makefile) with commonly used targets.
* A [GitHub workflow](/.github/workflows/build.yml) to build the code and run the tests.
* A [GitHub workflow](/.github/workflows/test.yml) to build the code and run the tests.
* A [GitHub workflow](/.github/workflows/lint.yml) to run a pre-configured set of linters.
* A [GitHub workflow](/.github/workflows/release.yml) which automatically creates a release when a tag is pushed.
* A [Dependabot setup](/.github/dependabot.yml) which checks your dependencies for available updates and
Expand Down

0 comments on commit d21e8fc

Please sign in to comment.