Update remaining GitHub URLs

This commit is contained in:
Jonas Schievink 2022-07-08 15:44:49 +02:00
parent 09abd76c6a
commit 6c6ae965ba
57 changed files with 145 additions and 145 deletions

View file

@ -579,7 +579,7 @@ fn cargo_to_crate_graph(
// add any targets except the library target, since those will not work correctly if
// they use dev-dependencies.
// In fact, they can break quite badly if multiple client workspaces get merged:
// https://github.com/rust-analyzer/rust-analyzer/issues/11300
// https://github.com/rust-lang/rust-analyzer/issues/11300
continue;
}