From f85fa1af690dbf6a57b67435693cf8960b6e910d Mon Sep 17 00:00:00 2001
From: Borislav Kosharov <bosakmaw@gmail.com>
Date: Thu, 12 Jul 2018 00:08:11 +0300
Subject: [PATCH] fix yaml install link

---
 install/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/README.md b/install/README.md
index a23da81b8..30de4eb20 100644
--- a/install/README.md
+++ b/install/README.md
@@ -261,7 +261,7 @@ This will install Agones in your cluster.
 ## Install with YAML
 
 We can install Agones to the cluster using the
-[install.yaml](https://github.com/GoogleCloudPlatform/agones/blob/release-0.1/install.yaml) file.
+[install.yaml](https://github.com/GoogleCloudPlatform/agones/blob/release-0.2.0/install/yaml/install.yaml) file.
 
 ```bash
 kubectl create namespace agones-system
-- 
GitLab