mirror of https://github.com/knative/docs.git
Re-fixing Google links (#2222)
* pubsub channel * update * removing google org
This commit is contained in:
parent
2fd9b20b11
commit
989435d068
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue