From 62b8ef980b0c766728210e35508e7f4c9b0889bb Mon Sep 17 00:00:00 2001 From: moaqz Date: Fri, 18 Apr 2025 10:38:40 -0300 Subject: [PATCH] docs: Fix broken links (#29042) This PR fixes some broken links in the docs. Release Notes: - N/A --- docs/src/git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/git.md b/docs/src/git.md index a976c0739e..f94311c44a 100644 --- a/docs/src/git.md +++ b/docs/src/git.md @@ -74,7 +74,7 @@ In there, you can reach for the "Uncommit" button, which performs the `git reset Zed currently supports LLM-powered commit message generation. You can ask AI to generate a commit message by focusing on the message editor within the Git Panel and either clicking on the pencil icon in the bottom left, or reaching for the {#action git::GenerateCommitMessage} ({#kb git::GenerateCommitMessage}) keybinding. -> Note that you need to have an LLM provider configured. Visit [the Assistant configuration page](/assistant/configuration.md) to learn how to do so. +> Note that you need to have an LLM provider configured. Visit [the Assistant configuration page](./assistant/configuration.md) to learn how to do so. @@ -123,4 +123,4 @@ or by simply right clicking and selecting `Copy Permalink` with line(s) selected | {#action editor::ToggleGitBlame} | {#kb editor::ToggleGitBlame} | | {#action editor::ToggleGitBlameInline} | {#kb editor::ToggleGitBlameInline} | -> Not all actions have default keybindings, but can be bound by [customizing your keymap](/key-bindings.md#user-keymaps). +> Not all actions have default keybindings, but can be bound by [customizing your keymap](./key-bindings.md#user-keymaps).