You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix outdated documentation: broken links, wrong paths, stale claims (#9087)
- Update Go version requirement from 1.18 to 1.25 to match go.mod
- Fix broken links to knative/docs (repo restructured), traces docs, and working groups
- Fix incorrect YAML file paths in debugging examples
- Update CEL description to reflect its current widespread adoption
- Correct OPA/Rego characterization (OPA never replaced Rego with CEL)
- Fix CloudEvents spec links from v1.0-rc1 to v1.0.2
- Remove broken link to deleted interfaces.md, fix empty Source link
- Fix eventing.kantive.dev typo to eventing.knative.dev
- Remove stale TODOs in bug triage doc
- Update master branch refs to main
- Replace deprecated K8s scheduling policies link
- Fix test/e2e README link to config.go
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ For complete Knative Eventing documentation, see
51
51
52
52
If you are interested in contributing, see [the ready to work issues](https://clotributor.dev/search?ts_query_web=knative+eventing&page=1), [CONTRIBUTING.md](./CONTRIBUTING.md),
53
53
[DEVELOPMENT.md](./DEVELOPMENT.md) and
54
-
[Knative working groups](https://knative.dev/community/contributing/working-groups/working-groups/#eventing).
54
+
[Knative working groups](https://github.com/knative/community/blob/main/working-groups/WORKING-GROUPS.md#eventing).
Copy file name to clipboardExpand all lines: docs/mt-channel-based-broker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The `mt-broker-controller` is kind of the heart of the MTChannelBasedBroker cont
33
33
name: config-br-default-channel
34
34
namespace: knative-eventing
35
35
```
36
-
* Updates the status on `Broker` resources with the `eventing.kantive.dev/broker.class: MTChannelBasedBroker` annotation with the address for the broker ingress.
36
+
* Updates the status on `Broker` resources with the `eventing.knative.dev/broker.class: MTChannelBasedBroker` annotation with the address for the broker ingress.
37
37
38
38
### Channel specific controllers (e.g. `imc-controller`)
0 commit comments