Skip to content

Commit e63b88e

Browse files
committed
Markdown Lint fixes
1 parent c321b53 commit e63b88e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accessing-your-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In Kubernetes `port-forward` creates a tunnel between your local machine and Kub
3939
the specified `IP:PORT` pairs in order to establish connection to the cluster.
4040
`kubectl port-forward` allows you to forward not only pods but also services, deployments and other.
4141

42-
More information can be found from [here](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
42+
More information can be found from [port-forward-access-application-cluste](https://kubernetes.io/docs/tasks/access-application-cluster/port-forward-access-application-cluster/)
4343

4444
</details>
4545

services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ service from the internet.
186186

187187
There are other types of services, like `LoadBalancer`, but we won't cover them in this exercise.
188188

189-
If you want to know more about Services, you can read more about them [here](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types).
189+
If you want to know more about Services, you can read more about them [publishing-services-service-types](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types).
190190

191191
> :bulb: Hint: You can use the `kubectl explain` command to get more information about the fields
192192
> in the yaml file. For example, `kubectl explain service.spec` will give you more information

0 commit comments

Comments
 (0)