mirror of https://github.com/knative/docs.git
remove broken links (#1694)
This commit is contained in:
parent
11be86a9ed
commit
ed32ec2f43
|
@ -84,7 +84,6 @@ The following Knative installation files are available:
|
||||||
- https://github.com/knative/eventing/releases/download/{{< version >}}/release.yaml
|
- https://github.com/knative/eventing/releases/download/{{< version >}}/release.yaml
|
||||||
- https://github.com/knative/eventing/releases/download/{{< version >}}/eventing.yaml
|
- https://github.com/knative/eventing/releases/download/{{< version >}}/eventing.yaml
|
||||||
- https://github.com/knative/eventing/releases/download/{{< version >}}/in-memory-channel-crd.yaml
|
- https://github.com/knative/eventing/releases/download/{{< version >}}/in-memory-channel-crd.yaml
|
||||||
- https://github.com/knative/eventing/releases/download/{{< version >}}/kafka.yaml
|
|
||||||
- **Eventing Resources**:
|
- **Eventing Resources**:
|
||||||
- https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/github.yaml
|
- https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/github.yaml
|
||||||
- https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml
|
- https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml
|
||||||
|
@ -113,12 +112,11 @@ files from the Knative repositories:
|
||||||
| [`monitoring-tracing-zipkin.yaml`][1.80] | Installs only [Zipkin][2.30].**\*** | Serving component, ELK stack (monitoring-logs-elasticsearch.yaml) |
|
| [`monitoring-tracing-zipkin.yaml`][1.80] | Installs only [Zipkin][2.30].**\*** | Serving component, ELK stack (monitoring-logs-elasticsearch.yaml) |
|
||||||
| [`monitoring-tracing-zipkin-in-mem.yaml`][1.90] | Installs only [Zipkin in-memory][2.30]**\*** | Serving component |
|
| [`monitoring-tracing-zipkin-in-mem.yaml`][1.90] | Installs only [Zipkin in-memory][2.30]**\*** | Serving component |
|
||||||
| **knative/eventing** | | |
|
| **knative/eventing** | | |
|
||||||
| [`release.yaml`][4.10]† | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource), [CronJobSource][6.2], the in-memory channel provisioner. | |
|
| [`release.yaml`][4.1]† | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource), [CronJobSource][6.2], the in-memory channel provisioner. | |
|
||||||
| [`eventing.yaml`][4.20] | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource) and [CronJobSource][6.2]. Does not include the in-memory channel provisioner. | |
|
| [`eventing.yaml`][4.2] | Installs the Eventing component. Includes [ContainerSource](../eventing#containersource) and [CronJobSource][6.2]. Does not include the in-memory channel provisioner. | |
|
||||||
| [`in-memory-channel-crd.yaml`][4.30] | Installs only the in-memory channel provisioner. | Eventing component |
|
| [`in-memory-channel-crd.yaml`][4.3] | Installs only the in-memory channel provisioner. | Eventing component |
|
||||||
| [`kafka.yaml`][4.40] | Installs only the Kafka channel provisioner. | Eventing component |
|
| [`natss.yaml`][4.5] | Installs only the NATSS channel provisioner. | Eventing component |
|
||||||
| [`natss.yaml`][4.50] | Installs only the NATSS channel provisioner. | Eventing component |
|
| [`gcp-pubsub.yaml`][4.6] | Installs only the GCP PubSub channel provisioner. | Eventing component |
|
||||||
| [`gcp-pubsub.yaml`][4.60] | Installs only the GCP PubSub channel provisioner. | Eventing component |
|
|
||||||
| **knative/eventing-contrib** | | |
|
| **knative/eventing-contrib** | | |
|
||||||
| [`github.yaml`][5.10]† | Installs the [GitHub][6.10] source. | Eventing component |
|
| [`github.yaml`][5.10]† | Installs the [GitHub][6.10] source. | Eventing component |
|
||||||
| [`camel.yaml`][5.40] | Installs the Apache Camel source. | Eventing component |
|
| [`camel.yaml`][5.40] | Installs the Apache Camel source. | Eventing component |
|
||||||
|
|
Loading…
Reference in New Issue