Skip to content

Commit c7cce5f

Browse files
committed
Updated links in README files
1 parent 7ca5c36 commit c7cce5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
The repo has implementations of an [Ingress Controller](https://github.com/kubernetes/contrib/tree/master/ingress/controllers)
44
for [NGINX](http://nginx.org/) and [NGINX Plus](https://www.nginx.com/products/):
55

6-
* [NGINX Controller](#)
6+
* [NGINX Controller](https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-controller)
77

8-
* [NGINX Plus Controller](#)
8+
* [NGINX Plus Controller](https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-plus-controller)
99

10-
Instructions on how to run examples are [here](#).
10+
Instructions on how to run examples are [here](https://github.com/nginxinc/kubernetes-ingress/tree/master/examples).
1111

1212
**Note**: Implementations are experimental and not suitable for using in production. Implementations are based on
1313
the implementation of an Ingress Controller for GCE from [here](https://github.com/kubernetes/contrib/tree/master/ingress/controllers/gce)

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
## Prerequisites
44

55
* Kubernetes 1.2 (TSL support for Ingress has been added in 1.2)
6-
* You've built and made available in your cluster [NGINX](#) or [NGINX Plus](#) Controller images and changed
7-
the container image field in ```nginx-ingress-rc.yaml``` or ```nginx-plus-ingress-rc.yaml```
8-
files accordingly.
6+
* You've built and made available in your cluster [NGINX](https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-controller)
7+
or [NGINX Plus](https://github.com/nginxinc/kubernetes-ingress/tree/master/nginx-plus-controller) Controller images and changed
8+
the container image field in ```nginx-ingress-rc.yaml``` or ```nginx-plus-ingress-rc.yaml``` files accordingly.
99

1010
## Running the examples
1111

0 commit comments

Comments
 (0)