From 856d67701d0941df4f6f45a91d2170bdf4f31647 Mon Sep 17 00:00:00 2001 From: David Finol Date: Sun, 28 Nov 2021 17:45:21 -0600 Subject: [PATCH] Fix docs link --- 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.