Re-fixing Google links (#2222)

* pubsub channel

* update

* removing google org
This commit is contained in:
Ignacio (Nacho) Cano 2020-02-16 12:12:40 -08:00 committed by GitHub
parent 2fd9b20b11
commit 989435d068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ To learn more about the Apache Kafka channel, try [our sample](../eventing/sampl
```bash ```bash
# This installs both the Channel and the GCP Sources. # This installs both the Channel and the GCP Sources.
kubectl apply --filename {{< artifact repo="knative-gcp" file="cloud-run-events.yaml" >}} kubectl apply --filename {{< artifact org="google" repo="knative-gcp" file="cloud-run-events.yaml" >}}
``` ```
To learn more about the Google Cloud Pub/Sub Channel, try [our sample](https://github.com/google/knative-gcp/blob/master/docs/examples/channel/README.md) To learn more about the Google Cloud Pub/Sub Channel, try [our sample](https://github.com/google/knative-gcp/blob/master/docs/examples/channel/README.md)
@ -559,7 +559,7 @@ The following command installs the GCP Sources:
```bash ```bash
# This installs both the Sources and the Channel. # This installs both the Sources and the Channel.
kubectl apply --filename {{< artifact repo="knative-gcp" file="cloud-run-events.yaml" >}} kubectl apply --filename {{< artifact org="google" repo="knative-gcp" file="cloud-run-events.yaml" >}}
``` ```
To learn more about the Cloud Pub/Sub source, try [our sample](../eventing/samples/cloud-pubsub-source/README.md). To learn more about the Cloud Pub/Sub source, try [our sample](../eventing/samples/cloud-pubsub-source/README.md).