We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b737e1e + 6dfb882 commit 2732677Copy full SHA for 2732677
book.toml
@@ -17,8 +17,8 @@ command = "cargo run -p mdbook-goals --"
17
18
[preprocessor.goals.linkifiers]
19
"RFC #([0-9]+)" = "https://github.com/rust-lang/rfcs/pull/$1"
20
-"([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)#([0-9]+)" = "https://github.com/$1/$2/issue/$3"
21
-"#([0-9]+)" = "https://github.com/rust-lang/rust/issue/$1"
+"([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)#([0-9]+)" = "https://github.com/$1/$2/issues/$3"
+"#([0-9]+)" = "https://github.com/rust-lang/rust/issues/$1"
22
23
[preprocessor.goals.users]
24
"@Nadrieril" = "@Nadrieril"
@@ -38,4 +38,4 @@ level = 0
38
"/2024h2/orphaned.html" = "accepted.html"
39
"/2024h2/proposed.html" = "accepted.html"
40
41
-[output.markdown]
+[output.markdown]
0 commit comments