Skip to content

Commit

Permalink
docs: Fix k8s apply bundle file url
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jul 13, 2023
1 parent 12f9266 commit 3f7b4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .web/docs/guide/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can also try to delete one server pod and see how Gate
automatically reconnects the player to the other server.

```sh console
kubectl apply -f https://raw.githubusercontent.com/minekube/gate/blob/master/.examples/kubernetes/bundle.yaml`
kubectl apply -f https://raw.githubusercontent.com/minekube/gate/master/.examples/kubernetes/bundle.yaml
```

::: details bundle.yaml
Expand Down

0 comments on commit 3f7b4c4

Please sign in to comment.