Skip to content

Commit

Permalink
site: fix eventing links (#859)
Browse files Browse the repository at this point in the history
* fix eventing links

* Update README.md
  • Loading branch information
RichieEscarez committed Feb 21, 2019
1 parent 847e08b commit 8809165
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/eventing/samples/github-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/writing-a-source/01-bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
2 changes: 1 addition & 1 deletion docs/eventing/samples/writing-a-source/02-define-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

0 comments on commit 8809165

Please sign in to comment.