Skip to content

Commit 2bb38cb

Browse files
authored
Merge pull request #42025 from shurup/tutorials-fix-hello-minikube
Internal link fix for the Hello Minikube tutorial
2 parents 065f014 + a76c8e7 commit 2bb38cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Now, switch back to the terminal where you ran `minikube start`.
6060
The `dashboard` command enables the dashboard add-on and opens the proxy in the default web browser.
6161
You can create Kubernetes resources on the dashboard such as Deployment and Service.
6262

63-
If you are running in an environment as root, see [Open Dashboard with URL](#open-dashboard-with-url).
63+
To find out how to avoid directly invoking the browser from the terminal and get a URL for the web dashboard, see the "URL copy and paste" tab.
6464

6565
By default, the dashboard is only accessible from within the internal Kubernetes virtual network.
6666
The `dashboard` command creates a temporary proxy to make the dashboard accessible from outside the Kubernetes virtual network.
@@ -73,7 +73,7 @@ You can run the `dashboard` command again to create another proxy to access the
7373
{{% /tab %}}
7474
{{% tab name="URL copy and paste" %}}
7575

76-
If you don't want minikube to open a web browser for you, run the dashboard command with the
76+
If you don't want minikube to open a web browser for you, run the `dashboard` subcommand with the
7777
`--url` flag. `minikube` outputs a URL that you can open in the browser you prefer.
7878

7979
Open a **new** terminal, and run:
@@ -82,7 +82,7 @@ Open a **new** terminal, and run:
8282
minikube dashboard --url
8383
```
8484

85-
Now, switch back to the terminal where you ran `minikube start`.
85+
Now, you can use this URL and switch back to the terminal where you ran `minikube start`.
8686

8787
{{% /tab %}}
8888
{{< /tabs >}}

0 commit comments

Comments
 (0)