Merge pull request #619 from arikkfir/patch-1

Fix README.md links to notification APIs
This commit is contained in:
Stefan Prodan 2023-09-16 13:13:38 +03:00 committed by GitHub
commit 60e2525330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@ This is the v1alpha1 API specification for defining events handling and dispatch
## Specification
* [Alert](alert.md)
* [Event](event.md)
* [Provider](provider.md)
* [Receiver](receiver.md)
* [Alert](alerts.md)
* [Event](events.md)
* [Provider](providers.md)
* [Receiver](receivers.md)
## Go Client
* [github.com/fluxcd/pkg/recorder](https://github.com/fluxcd/pkg/tree/main/recorder)
* [github.com/fluxcd/pkg/runtime/events/recorder.go](https://github.com/fluxcd/pkg/blob/main/runtime/events/recorder.go#L60)