From efc621a58b6316ef2aca4ebb5fff27f657a8239b Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Thu, 2 Jan 2025 10:55:30 +0200 Subject: [PATCH] fix: update Test tool link to correct documentation file --- docs/docs/tools/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/index.md b/docs/docs/tools/index.md index 3cb46356..4736f62c 100644 --- a/docs/docs/tools/index.md +++ b/docs/docs/tools/index.md @@ -14,7 +14,7 @@ Here is a list of Qodo Merge tools, each with a dedicated page that explains how | **💎 [Add Documentation (`/add_docs`](./documentation.md))** | Generates documentation to methods/functions/classes that changed in the PR | | **💎 [Generate Custom Labels (`/generate_labels`](./custom_labels.md))** | Generates custom labels for the PR, based on specific guidelines defined by the user | | **💎 [Analyze (`/analyze`](./analyze.md))** | Identify code components that changed in the PR, and enables to interactively generate tests, docs, and code suggestions for each component| -| **💎 [Test (`/test`](./implement.md))** | generate tests for a selected component, based on the PR code changes | +| **💎 [Test (`/test`](./test.md))** | generate tests for a selected component, based on the PR code changes | | **💎 [Custom Prompt (`/custom_prompt`](./custom_prompt.md))** | Automatically generates custom suggestions for improving the PR code, based on specific guidelines defined by the user | | **💎 [Generate Tests (`/test component_name`](./test.md))** | Automatically generates unit tests for a selected component, based on the PR code changes | | **💎 [Improve Component (`/improve_component component_name`](./improve_component.md))** | Generates code suggestions for a specific code component that changed in the PR |