mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 18:27:49 +00:00
Detect & fix backwards markdown links (of the form (foo)[bar])
This commit is contained in:
@@ -237,7 +237,7 @@ $ kubectl port-forward zeppelin-controller-ja09s 8080:8080
|
||||
```
|
||||
|
||||
This forwards `localhost` 8080 to container port 8080. You can then find
|
||||
Zeppelin at (https://localhost:8080/)[https://localhost:8080/].
|
||||
Zeppelin at [https://localhost:8080/](https://localhost:8080/).
|
||||
|
||||
Create a "New Notebook". In there, type:
|
||||
|
||||
|
Reference in New Issue
Block a user