From 88a140703d326139e757c82aa7063bf82475c79b Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Mon, 8 Mar 2021 13:14:53 -0800 Subject: [PATCH] Fix a link to the website. --- test/load/allocation/grpc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/load/allocation/grpc/README.md b/test/load/allocation/grpc/README.md index 40a6b94190..d533bb207c 100644 --- a/test/load/allocation/grpc/README.md +++ b/test/load/allocation/grpc/README.md @@ -41,7 +41,7 @@ kind: Fleet ## Configuring the Allocator Service The allocator service uses gRPC. In order to be able to call the service, TLS and mTLS has to be setup. -For more information visit [Allocator Service](https://agones.dev/site/docs/advanced/allocator-service). +For more information visit [Allocator Service](https://agones.dev/site/docs/advanced/allocator-service/). ## Running the test @@ -73,4 +73,4 @@ finished: 2020-10-22 22:17:18.822039094 -0700 PDT m=+31.502261092 You can use environment variables overwrite defaults. To run only a single run of tests, you can use: ``` TESTRUNSCOUNT=1 ./runAllocation.sh 40 10 -``` \ No newline at end of file +```