diff options
| author | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-06-25 06:30:16 +0300 |
|---|---|---|
| committer | Chayim Refael Friedman <chayimfr@gmail.com> | 2025-06-25 06:30:16 +0300 |
| commit | abb956bb025b4732a70d19668a89ccd4de1899c6 (patch) | |
| tree | a585dce2a9ae490234d3c9c150ce7c729f105e4c | |
| parent | 696813069eda3d323669afe6497cf0668134972c (diff) | |
| download | rust-abb956bb025b4732a70d19668a89ccd4de1899c6.tar.gz rust-abb956bb025b4732a70d19668a89ccd4de1899c6.zip | |
Fix link in the book
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/src/troubleshooting.md | 5 |
1 files 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 3f7caf0db4b..a357cbef415 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 |
