From 62bf18cba22e6074721f3440235ca0cb6635c1ad Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Wed, 13 Apr 2022 13:22:45 +0200 Subject: [PATCH] minor: fix ide docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9732b05801..8bb0517ed5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer * Website: https://rust-analyzer.github.io/ * Metrics: https://rust-analyzer.github.io/metrics/ -* API docs: https://rust-analyzer.github.io/rust-analyzer/ide/ +* API docs: https://rust-lang.github.io/rust-analyzer/ide/ * Changelog: https://rust-analyzer.github.io/thisweek ## License