]> git.lizzy.rs Git - rust.git/commitdiff
docs: fix adoc links
authorRongjian Zhang <pd4d10@gmail.com>
Sat, 5 Nov 2022 17:33:57 +0000 (01:33 +0800)
committerGitHub <noreply@github.com>
Sat, 5 Nov 2022 17:33:57 +0000 (01:33 +0800)
docs/user/manual.adoc

index 62e1c5b41b6d1068d6ee4c27c78d4a1b648b3b45..49500e390a50246bb90b4da3a53544610abd7908 100644 (file)
@@ -489,9 +489,9 @@ You can follow instructions for installing <<rust-analyzer-language-server-binar
 
 === Crates
 
-There is a package named `ra_ap_rust_analyzer` available on [crates.io](https://crates.io/crates/ra_ap_rust-analyzer), for someone who wants to use it programmatically.
+There is a package named `ra_ap_rust_analyzer` available on https://crates.io/crates/ra_ap_rust-analyzer[crates.io], for someone who wants to use it programmatically.
 
-For more details, see [the publish workflow](https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml).
+For more details, see https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml[the publish workflow].
 
 == Troubleshooting