diff --git a/site/content/en/docs/Getting Started/edit-first-gameserver-go.md b/site/content/en/docs/Getting Started/edit-first-gameserver-go.md index 1a9294704d..89d96e7a6d 100644 --- a/site/content/en/docs/Getting Started/edit-first-gameserver-go.md +++ b/site/content/en/docs/Getting Started/edit-first-gameserver-go.md @@ -25,7 +25,7 @@ Also complete the "Enabling creation of RBAC resources" and "Installing Agones" ## Modify the code and push another new image ### Modify the simple-udp example source code -Modify the main.go file. For example: +Modify the {{< ghlink href="examples/simple-udp/main.go" >}}main.go{{< /ghlink >}} file. For example: Change the following line in `main.go`: