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
|
## Specification
|
||||||
|
|
||||||
* [Alert](alert.md)
|
* [Alert](alerts.md)
|
||||||
* [Event](event.md)
|
* [Event](events.md)
|
||||||
* [Provider](provider.md)
|
* [Provider](providers.md)
|
||||||
* [Receiver](receiver.md)
|
* [Receiver](receivers.md)
|
||||||
|
|
||||||
## Go Client
|
## 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