Skip to content

Commit 27c92a0

Browse files
meanmangomarkmandel
authored andcommitted
Fixed some links & typos
1 parent cf9b85f commit 27c92a0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ how to edit and expand the build process.
7070
- [Kubernetes Controller Best Practices](https://github.com/kubernetes/community/blob/master/contributors/devel/controllers.md) -
7171
Set of best practices written for writing Controllers inside Kubernetes. Also a great list for everywhere else too.
7272
- [Writing Kube Controllers for Everyone - Maciej Szulik, Red Hat](https://www.youtube.com/watch?v=AUNPLQVxvmw) -
73-
A great into video into coding for Controllers, and explaining Informers and Listers.
73+
A great intro video into coding for Controllers, and explaining Informers and Listers.
7474
- [@markmandel](https://github.com/markmandel) regularly streams his development of Agones on [Twitch](https://www.twitch.tv/markmandel).
7575
You can find the full archive on [YouTube](https://www.youtube.com/playlist?list=PLqqp1QEhKwa5aNivDIE4SS21ehE9Zt0VZ)
7676

build/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Congratulations! You have now successfully tested and built Agones!
122122

123123
### Running a Test Google Kubernetes Engine Cluster
124124

125-
This will setup a test GKE cluster on Google Cloud, with firewall rules set each of the nodes for ports 7000-8000
125+
This will setup a test GKE cluster on Google Cloud, with firewall rules set for each of the nodes for ports 7000-8000
126126
to be open to UDP traffic.
127127

128128
First step is to create a Google Cloud Project at https://console.cloud.google.com or reuse an existing one.

docs/access_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,4 +231,4 @@ $ curl http://localhost:8001/apis/stable.agones.dev/v1alpha1/namespaces/default/
231231
The [Verb Resources](https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#verbs-on-resources)
232232
section provide the more details on the API conventions that are used in the Kubernetes API.
233233

234-
It may also be useful to look at the [API patterns for standard Kubernetes resources](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.9/#-strong-write-operations-strong--54).
234+
It may also be useful to look at the [API patterns for standard Kubernetes resources]()https://v1-10.docs.kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/#-strong-write-operations-strong--54.

0 commit comments

Comments
 (0)