Merge pull request #619 from arikkfir/patch-1
Fix README.md links to notification APIs
This commit is contained in:
commit
60e2525330
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue