diff --git a/docs/eventing/broker/README.md b/docs/eventing/broker/README.md index 2e9929c050b..3cae2b862d5 100644 --- a/docs/eventing/broker/README.md +++ b/docs/eventing/broker/README.md @@ -19,7 +19,9 @@ Triggers register a subscriber's interest in a particular class of events, so th ## Default Broker configuration -Knative Eventing provides a `config-br-defaults` ConfigMap, which lives in the `knative-eventing` namespace, and provides default configuration settings to enable the creation of Brokers and Channels. +Knative Eventing provides a `config-br-defaults` ConfigMap, which lives in the +`knative-eventing` namespace, and provides default configuration settings to +enable the creation of Brokers and Channels by using defaults. For more information, see the [`config-br-defaults`](./config-br-defaults.md) ConfigMap documentation. Create a Broker using the default settings: @@ -29,16 +31,8 @@ kubectl create -f - <