Skip to content

Commit 3a2dde0

Browse files
n3wscottknative-prow-robot
authored andcommitted
use the new kafka file. (#1790)
1 parent 6ee794c commit 3a2dde0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/install/Knative-custom-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ files from the Knative repositories:
121121
| **knative/eventing-contrib** | | |
122122
| [`github.yaml`][5.10]| Installs the [GitHub][6.10] source. | Eventing component |
123123
| [`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 |
125125
| [`kafka-channel.yaml`][5.60] | Installs the KafkaChannel. | Eventing component |
126126
| [`awssqs.yaml`][5.70] | Installs the AWS SQS source. | Eventing component |
127127
| [`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.
175175
[5.40]:
176176
https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml
177177
[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
179179
[5.60]:
180180
https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-channel.yaml
181181
[5.70]:

docs/reference/eventing/eventing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2378,7 +2378,7 @@ ChannelableStatus
23782378
</h3>
23792379
<p>
23802380
<p>Resource is a skeleton type wrapping all Kubernetes resources. It is typically used to watch
2381-
arbitrary other resources (such as any Importer or Addressable). This is not a real resource.</p>
2381+
arbitrary other resources (such as any Source or Addressable). This is not a real resource.</p>
23822382
</p>
23832383
<table>
23842384
<thead>

0 commit comments

Comments
 (0)