From 13f3844ff4f4425c1b22ddb84f4efb865a963ef2 Mon Sep 17 00:00:00 2001 From: Sebastian Bodenmueller Date: Tue, 14 Feb 2023 21:41:26 +0100 Subject: [PATCH] fix: fix for link in doc (#1219) --- docs/usage/k3s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/k3s.md b/docs/usage/k3s.md index cf244bd5..e6746af9 100644 --- a/docs/usage/k3s.md +++ b/docs/usage/k3s.md @@ -52,7 +52,7 @@ You'd need to map some local directory to that path to easily use the files insi ### Traefik in k3d -k3d runs K3s in containers, so you'll need to expose the http/https ports on your host to easily access Ingress resources in your cluster. We have a guide over here explaining how to do this: +k3d runs K3s in containers, so you'll need to expose the http/https ports on your host to easily access Ingress resources in your cluster. We have a guide over here explaining how to do this, [see](exposing_services.md) ## servicelb (klipper-lb)