diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2022-04-13 13:22:45 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2022-04-13 13:22:45 +0200 |
| commit | 62bf18cba22e6074721f3440235ca0cb6635c1ad (patch) | |
| tree | 1bf4ae003f8040bd9919f7e2c2ca4febc7c61a63 | |
| parent | ac736dc667b079e629ad629654956f87c2e08c9a (diff) | |
| download | rust-62bf18cba22e6074721f3440235ca0cb6635c1ad.tar.gz rust-62bf18cba22e6074721f3440235ca0cb6635c1ad.zip | |
minor: fix ide docs link
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 9732b05801e..8bb0517ed5a 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 |
