From 8c943579159f20abbbedd1f2761a6d9d25429f25 Mon Sep 17 00:00:00 2001 From: slartibaartfast Date: Tue, 14 Aug 2018 15:58:19 -0400 Subject: [PATCH] Refine link for GKE setup --- docs/edit_first_game_server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/edit_first_game_server.md b/docs/edit_first_game_server.md index 1c9f4bac9f..baf13f51c7 100644 --- a/docs/edit_first_game_server.md +++ b/docs/edit_first_game_server.md @@ -7,7 +7,7 @@ The following guide is for developers without Docker or Kubernetes experience, t 2. Install Docker from https://www.docker.com/get-docker. 3. Install Agones on GKE or Minikube. -To install on GKE, follow the install instructions (if you haven't already) at [Install and configure Agones on Kubernetes](../install/README.md). At least, you should have "Setting up a Google Kubernetes Engine (GKE) cluster", "Enabling creation of RBAC resources" and "Installing Agones" done. +To install on GKE, follow the install instructions (if you haven't already) at [Install and configure Agones on Kubernetes](../install/README.md#setting-up-a-google-kubernetes-engine-gke-cluster). At least, you should have "Setting up a Google Kubernetes Engine (GKE) cluster", "Enabling creation of RBAC resources" and "Installing Agones" done. To install locally on Minikube, read [Developing, Testing, and Building Agones](../build/README.md) making sure to follow the instructions in the [Running A Test Minikube cluster](../build/README.md#running-a-test-minikube-cluster) section.