From 75054bae491262da03d4a3dbc8341b92b8737670 Mon Sep 17 00:00:00 2001 From: HeshamHM Date: Mon, 7 Apr 2025 13:02:11 +0200 Subject: [PATCH] Fix local setup path --- docs/docs/getting-started/codeflash-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/codeflash-github-actions.md b/docs/docs/getting-started/codeflash-github-actions.md index 426d9c32a..51095bd7f 100644 --- a/docs/docs/getting-started/codeflash-github-actions.md +++ b/docs/docs/getting-started/codeflash-github-actions.md @@ -17,7 +17,7 @@ So setting this up is highly recommended. ## Prerequisites - You have a Codeflash API key. If you don't have one, you can generate one from the [Codeflash Webapp](https://app.codeflash.ai/). Make sure you generate the API key with the right GitHub account that has access to the repository you want to optimize. -- You have completed [local installation](/getting-started/local-installation) steps and have a Python project with a `pyproject.toml` file that is configured with Codeflash. If you haven't configured Codeflash for your project yet, you can do so by running `codeflash init` in the root directory of your project. +- You have completed [local installation](/docs/docs/getting-started/local-installation.md) steps and have a Python project with a `pyproject.toml` file that is configured with Codeflash. If you haven't configured Codeflash for your project yet, you can do so by running `codeflash init` in the root directory of your project. ## Add the Codeflash GitHub Actions workflow