Skip to content

Commit 80faa4a

Browse files
Update create_gameserver.md
Use github raw content url as source for gameserver.yml
1 parent 5cd796c commit 80faa4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/create_gameserver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For the purpose of this guide we're going to use the [simple-udp](../examples/si
2828
Let's create a GameServer using the following command :
2929

3030
```
31-
kubectl apply -f https://github.com/googlecloudplatform/agones/blob/master/examples/simple-udp/server/gameserver.yaml
31+
kubectl apply -f https://raw.githubusercontent.com/GoogleCloudPlatform/agones/master/examples/simple-udp/server/gameserver.yaml
3232
```
3333

3434
You should see a successful ouput similar to this :
@@ -149,4 +149,4 @@ If you run `kubectl describe gameserver` again - either the GameServer will be g
149149

150150
## Next Step
151151

152-
If you want to use your own GameServer container make sure you have properly integrated the [Agones SDK](../sdks/).
152+
If you want to use your own GameServer container make sure you have properly integrated the [Agones SDK](../sdks/).

0 commit comments

Comments
 (0)