This is an automated email from the ASF dual-hosted git repository.
kichan pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git
The following commit(s) were added to refs/heads/master by this push:
new bf3c74f Fix broken links (#89)
bf3c74f is described below
commit bf3c74f076b5e9c8df447050b39b27e12e0331d5
Author: Kit Chan <[email protected]>
AuthorDate: Tue Jun 1 01:04:12 2021 -0700
Fix broken links (#89)
---
docs/TUTORIAL.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/TUTORIAL.md b/docs/TUTORIAL.md
index 39e9b51..1f4adc1 100644
--- a/docs/TUTORIAL.md
+++ b/docs/TUTORIAL.md
@@ -62,7 +62,7 @@ Once you have cloned the project repo and started Docker and
Minikube, in the te
- At this point, we have created necessary images for our example:
- Step 4 builds an image to create a Docker container that will contain the
Apache Traffic Server (ATS) itself, the kubernetes ingress controller, along
with other software required for the controller to do its job.
- - Step 5 builds an image for the trafficserver exporter. This exports the
ATS statistics for Prometheus to read. It uses the [Stats Over HTTP
Plugin](https://docs/trafficserver.apache.org/en/8.1.x/admin-guide/plugins/stats_over_http.en.html)
+ - Step 5 builds an image for the trafficserver exporter. This exports the
ATS statistics for Prometheus to read. It uses the [Stats Over HTTP
Plugin](https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/plugins/stats_over_http.en.html)
- Steps 6 and 7 build 2 images that will serve as backends to [kubernetes
services](https://kubernetes.io/docs/concepts/services-networking/service/)
which we will shortly create
- Step 8 builds an image for fluentd. This is for log collection.