diff options
| author | Paul Delafosse <paul.delafosse@protonmail.com> | 2022-09-22 05:08:54 +0200 |
|---|---|---|
| committer | Paul Delafosse <paul.delafosse@protonmail.com> | 2022-09-22 05:17:47 +0200 |
| commit | 40e8f03e11350799097352ead44c3dc6a2c7832f (patch) | |
| tree | 36ae2780e7927ad8dc5c68725d189135ede27e74 /docs/dev/guide.md | |
| parent | 5b49745d009634170493a214364261e36228274b (diff) | |
| download | rust-40e8f03e11350799097352ead44c3dc6a2c7832f.tar.gz rust-40e8f03e11350799097352ead44c3dc6a2c7832f.zip | |
docs(guide): fix Analysis and AnalysisHost doc links
Diffstat (limited to 'docs/dev/guide.md')
| -rw-r--r-- | docs/dev/guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/guide.md b/docs/dev/guide.md index 808eb5d10bf..c9ff0b6c29e 100644 --- a/docs/dev/guide.md +++ b/docs/dev/guide.md @@ -40,8 +40,8 @@ terms of files and offsets, and **not** in terms of Rust concepts like structs, traits, etc. The "typed" API with Rust specific types is slightly lower in the stack, we'll talk about it later. -[`AnalysisHost`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ide_api/src/lib.rs#L265-L284 -[`Analysis`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ide_api/src/lib.rs#L291-L478 +[`AnalysisHost`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_ide_api/src/lib.rs#L265-L284 +[`Analysis`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_ide_api/src/lib.rs#L291-L478 The reason for this separation of `Analysis` and `AnalysisHost` is that we want to apply changes "uniquely", but we might also want to fork an `Analysis` and send it to |
