diff options
| author | bors <bors@rust-lang.org> | 2022-07-08 13:50:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-07-08 13:50:20 +0000 |
| commit | df4ed94f2fb7c16daefa1722657216609f0e8d31 (patch) | |
| tree | 17af8583fabe0eba9592c1e9882dfd145974aec1 /crates/sourcegen/src | |
| parent | 09abd76c6a601797c2287a9ef341b7ce904e8aa6 (diff) | |
| parent | 6c6ae965ba1235b6cbd8299e2959698bd394e80a (diff) | |
Auto merge of #12722 - jonas-schievink:update-urls, r=jonas-schievink
internal: Update remaining GitHub URLs The old links still work, but it seems less confusing to have them point to the right repo
Diffstat (limited to 'crates/sourcegen/src')
| -rw-r--r-- | crates/sourcegen/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/sourcegen/src/lib.rs b/crates/sourcegen/src/lib.rs index d991846c7f6..2972fc45f84 100644 --- a/crates/sourcegen/src/lib.rs +++ b/crates/sourcegen/src/lib.rs @@ -125,7 +125,7 @@ impl fmt::Display for Location { let name = self.file.file_name().unwrap(); write!( f, - "https://github.com/rust-analyzer/rust-analyzer/blob/master/{}#L{}[{}]", + "https://github.com/rust-lang/rust-analyzer/blob/master/{}#L{}[{}]", path, self.line, name.to_str().unwrap() |
