Skip to content

Commit

Permalink
fix: Broken hyperlink (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Wang <whynowy@gmail.com>
  • Loading branch information
kohlisid authored and whynowy committed Jul 8, 2022
1 parent ca0bafd commit 3338e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QUICK_START.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kubectl apply -n numaflow-system -f https://raw.githubusercontent.com/numaproj/n

```

Open a port-forward so you can access the UI on [https://localhost8443](https://localhost8443).
Open a port-forward so you can access the UI on [https://localhost:8443](https://localhost:8443).

```sh
kubectl -n numaflow-system port-forward deployment/numaflow-server 8443:8443
Expand Down

0 comments on commit 3338e65

Please sign in to comment.