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
Copy file name to clipboardExpand all lines: docs/install/Knative-custom-install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ files from the Knative repositories:
121
121
|**knative/eventing-contrib**|||
122
122
|[`github.yaml`][5.10]† | Installs the [GitHub][6.10] source. | Eventing component |
123
123
|[`camel.yaml`][5.40]| Installs the Apache Camel source. | Eventing component |
124
-
|[`kafka-importer.yaml`][5.50]| Installs the Apache Kafka source. | Eventing component |
124
+
|[`kafka-source.yaml`][5.50]| Installs the Apache Kafka source. | Eventing component |
125
125
|[`kafka-channel.yaml`][5.60]| Installs the KafkaChannel. | Eventing component |
126
126
|[`awssqs.yaml`][5.70]| Installs the AWS SQS source. | Eventing component |
127
127
|[`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.
175
175
[5.40]:
176
176
https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml
177
177
[5.50]:
178
-
https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-importer.yaml
178
+
https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-source.yaml
179
179
[5.60]:
180
180
https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-channel.yaml
0 commit comments