From 6c6ae965ba1235b6cbd8299e2959698bd394e80a Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Fri, 8 Jul 2022 15:44:49 +0200 Subject: Update remaining GitHub URLs --- crates/sourcegen/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/sourcegen/src/lib.rs') 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() -- cgit 1.4.1-3-g733a5