Skip to content

Commit

Permalink
fix: the wrong link for ingress controller guide (#232)
Browse files Browse the repository at this point in the history
`./ingresscontroller.md` -> `../ingresscontroller.md`
  • Loading branch information
polunzh authored Sep 3, 2021
1 parent 9028648 commit e35607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cookbook/k8s_ingress_controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

The IngressController is an implementation of [Kubernetes ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/), it watches Kubernetes Ingress, Service, Endpoints, and Secrets then translates them to Easegress HTTP server and pipelines.

This document list example configurations for typical scenarios, more details could be found at [the guide of ingress controller](./ingresscontroller.md).
This document list example configurations for typical scenarios, more details could be found at [the guide of ingress controller](../ingresscontroller.md).

## Why Use an Ingress Controller

Expand Down

0 comments on commit e35607d

Please sign in to comment.