diff --git a/docs/13-smoke-test.md b/docs/13-smoke-test.md index ed90844..5e70808 100644 --- a/docs/13-smoke-test.md +++ b/docs/13-smoke-test.md @@ -158,7 +158,7 @@ nginx version: nginx/1.17.3 In this section you will verify the ability to expose applications using a [Service](https://kubernetes.io/docs/concepts/services-networking/service/). -Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) service: +Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) service: ``` kubectl expose deployment nginx --port 80 --type NodePort