From a8d396f6fb578b024ced90a8a9f929978cce257d Mon Sep 17 00:00:00 2001 From: Almog Lavi Date: Fri, 15 Mar 2024 13:26:15 +0200 Subject: [PATCH] Add hyperlinks to command references in workspace-mode.md documentation --- docs/chat/modes/workspace-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/chat/modes/workspace-mode.md b/docs/chat/modes/workspace-mode.md index 091d9ff..a922b4f 100644 --- a/docs/chat/modes/workspace-mode.md +++ b/docs/chat/modes/workspace-mode.md @@ -33,6 +33,6 @@ The following commands are supported in Workspace Mode, offering a wide range of ## Use Cases -- **Preparing for Commits**: Use `/commit` or `/describe` to craft meaningful commit messages and pull request descriptions. -- **Code Quality Assurance**: Employ `/review`, `/improve`, and `/issues` to enhance the quality and security of your code before finalizing changes. -- **Change Management**: Leverage `/recap` and `/update-changelog` to maintain comprehensive records of project evolution and ensure transparency. \ No newline at end of file +- **Preparing for Commits**: Use [`/commit`](../commands/commit.md) or [`/describe`](../commands/describe.md) to craft meaningful commit messages and pull request descriptions. +- **Code Quality Assurance**: Employ [`/review`](../commands/review.md), [`/improve`](../commands/improve.md), and [`/issues`](../commands/issues.md) to enhance the quality and security of your code before finalizing changes. +- **Change Management**: Leverage [`/recap`](../commands/recap.md) and [`/update-changelog`](../commands/update-changelog.md) to maintain comprehensive records of project evolution and ensure transparency. \ No newline at end of file