From abb956bb025b4732a70d19668a89ccd4de1899c6 Mon Sep 17 00:00:00 2001 From: Chayim Refael Friedman Date: Wed, 25 Jun 2025 06:30:16 +0300 Subject: [PATCH] Fix link in the book --- src/tools/rust-analyzer/docs/book/src/troubleshooting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tools/rust-analyzer/docs/book/src/troubleshooting.md b/src/tools/rust-analyzer/docs/book/src/troubleshooting.md index 3f7caf0db4b3..a357cbef415c 100644 --- a/src/tools/rust-analyzer/docs/book/src/troubleshooting.md +++ b/src/tools/rust-analyzer/docs/book/src/troubleshooting.md @@ -1,8 +1,7 @@ # Troubleshooting -First, search the [troubleshooting FAQ](troubleshooting/faq.html). If -your problem appears there (and the proposed solution works for you), -great! Otherwise, read on. +First, search the [troubleshooting FAQ](faq.html). If your problem appears +there (and the proposed solution works for you), great! Otherwise, read on. Start with looking at the rust-analyzer version. Try **rust-analyzer: Show RA Version** in VS Code (using **Command Palette** feature