From f61055d56f874ed41559f56c78ba0c77c6e8b6b3 Mon Sep 17 00:00:00 2001 From: David Finol Date: Mon, 13 Dec 2021 09:46:23 -0600 Subject: [PATCH] Fix docs link (#153) --- action/steps/activate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/steps/activate.sh b/action/steps/activate.sh index 707afa7..376b2bb 100644 --- a/action/steps/activate.sh +++ b/action/steps/activate.sh @@ -86,7 +86,7 @@ else # echo "License activation strategy could not be determined." echo "" - echo "Visit https://github.com/webbertakken/unity-builder#usage for more" + echo "Visit https://game.ci/docs/github/getting-started for more" echo "details on how to set up one of the possible activation strategies." # Immediately exit as no UNITY_EXIT_CODE can be derived.