Skip to content

Commit

Permalink
fix link to Go client in spec docs
Browse files Browse the repository at this point in the history
Removed the link from v1 docs as it's not related to the Receiver API
which is the only v1 API at this point.

Signed-off-by: Max Jonas Werner <mail@makk.es>
  • Loading branch information
Max Jonas Werner committed Mar 30, 2023
1 parent b5469a7 commit f45cf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions docs/spec/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ This is the v1 API specification for defining events handling and dispatching.

## Specification

* [Receivers](receivers.md)

## Go Client

* [github.com/fluxcd/pkg/recorder](https://github.com/fluxcd/pkg/tree/main/recorder)
* [Receivers](receivers.md)
2 changes: 1 addition & 1 deletion docs/spec/v1beta2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ This is the v1beta2 API specification for defining events handling and dispatchi

## Go Client

* [github.com/fluxcd/pkg/recorder](https://github.com/fluxcd/pkg/tree/main/recorder)
* [github.com/fluxcd/pkg/runtime/events](https://pkg.go.dev/github.com/fluxcd/pkg/runtime/events)

0 comments on commit f45cf83

Please sign in to comment.