diff --git a/docs/eventing/samples/github-source/README.md b/docs/eventing/samples/github-source/README.md index 18bef4be3..02e3ac479 100644 --- a/docs/eventing/samples/github-source/README.md +++ b/docs/eventing/samples/github-source/README.md @@ -15,7 +15,7 @@ You will need: 1. Ensure Knative Serving is [configured with a domain name](https://github.com/knative/docs/blob/master/serving/using-a-custom-domain.md) that allows GitHub to call into the cluster. -1. If you're using GKE, you'll also want to [assign a static IP address](https://github.com/knative/docs/blob/master/serving/gke-assigning-static-ip-address.md). +1. If you're using GKE, you'll also want to [assign a static IP address](../../../serving/gke-assigning-static-ip-address.). 1. Install [Knative Eventing](https://github.com/knative/docs/tree/master/eventing). Those instructions also install the default eventing sources, including diff --git a/docs/eventing/samples/writing-a-source/01-bootstrap.md b/docs/eventing/samples/writing-a-source/01-bootstrap.md index 2a9a84857..4f52b9f53 100644 --- a/docs/eventing/samples/writing-a-source/01-bootstrap.md +++ b/docs/eventing/samples/writing-a-source/01-bootstrap.md @@ -53,4 +53,4 @@ your project's vendor directory. The result of this command in the reference project can be viewed at https://github.com/grantr/sample-source/pull/1. -Next: [Define The Source Resource](02-define-source.md) +Next: [Define The Source Resource](02-define-source/) diff --git a/docs/eventing/samples/writing-a-source/02-define-source.md b/docs/eventing/samples/writing-a-source/02-define-source.md index 395c59e4d..ba044db7f 100644 --- a/docs/eventing/samples/writing-a-source/02-define-source.md +++ b/docs/eventing/samples/writing-a-source/02-define-source.md @@ -202,4 +202,4 @@ make These edits in the reference project can be viewed at https://github.com/grantr/sample-source/pull/4. -Next: [Reconcile Sources](03-reconcile-sources.md) +Next: [Reconcile Sources](03-reconcile-sources/) diff --git a/docs/eventing/samples/writing-a-source/03-reconcile-sources.md b/docs/eventing/samples/writing-a-source/03-reconcile-sources.md index deb8bbf42..dd5e7d4d1 100644 --- a/docs/eventing/samples/writing-a-source/03-reconcile-sources.md +++ b/docs/eventing/samples/writing-a-source/03-reconcile-sources.md @@ -218,4 +218,4 @@ g.Eventually(func() error { These edits in the reference project can be viewed at https://github.com/grantr/sample-source/pull/9. -Next: [Publish to Cluster](04-publish-to-cluster.md) +Next: [Publish to Cluster](04-publish-to-cluster/)