Skip to content

Commit 91ad1ba

Browse files
committed
fix link
Signed-off-by: Saurabh Misra <[email protected]>
1 parent 630ca8a commit 91ad1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/env_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_codeflash_api_key() -> str:
7676
# within the same process, the environment variable could become outdated.
7777
api_key = shell_api_key or env_api_key if is_LSP_enabled() else env_api_key or shell_api_key
7878

79-
api_secret_docs_message = "For more information, refer to the documentation at [https://docs.codeflash.ai/getting-started/codeflash-github-actions#add-your-api-key-to-your-repository-secrets]." # noqa
79+
api_secret_docs_message = "For more information, refer to the documentation at [https://docs.codeflash.ai/optimizing-with-codeflash/codeflash-github-actions#manual-setup]." # noqa
8080
if not api_key:
8181
msg = (
8282
"I didn't find a Codeflash API key in your environment.\nYou can generate one at "

0 commit comments

Comments
 (0)