diff --git a/docs/install/Knative-custom-install.md b/docs/install/Knative-custom-install.md index b0387b58f83..9b5c5994115 100644 --- a/docs/install/Knative-custom-install.md +++ b/docs/install/Knative-custom-install.md @@ -121,7 +121,7 @@ files from the Knative repositories: | **knative/eventing-contrib** | | | | [`github.yaml`][5.10]† | Installs the [GitHub][6.10] source. | Eventing component | | [`camel.yaml`][5.40] | Installs the Apache Camel source. | Eventing component | -| [`kafka-importer.yaml`][5.50] | Installs the Apache Kafka source. | Eventing component | +| [`kafka-source.yaml`][5.50] | Installs the Apache Kafka source. | Eventing component | | [`kafka-channel.yaml`][5.60] | Installs the KafkaChannel. | Eventing component | | [`awssqs.yaml`][5.70] | Installs the AWS SQS source. | Eventing component | | [`event-display.yaml`][5.30] | Installs a Knative Service that logs events received for use in samples and debugging. | Serving component, Eventing component | @@ -175,7 +175,7 @@ for details about installing the various supported observability plugins. [5.40]: https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml [5.50]: - https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-importer.yaml + https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-source.yaml [5.60]: https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-channel.yaml [5.70]: diff --git a/docs/reference/eventing/eventing.md b/docs/reference/eventing/eventing.md index 36f897a8d09..261b1b6d75f 100644 --- a/docs/reference/eventing/eventing.md +++ b/docs/reference/eventing/eventing.md @@ -2378,7 +2378,7 @@ ChannelableStatus
Resource is a skeleton type wrapping all Kubernetes resources. It is typically used to watch -arbitrary other resources (such as any Importer or Addressable). This is not a real resource.
+arbitrary other resources (such as any Source or Addressable). This is not a real resource.