Skip to content

Commit 2732677

Browse files
authored
Merge pull request #128 from rtldg/patch-1
Fix github issue linkifiers
2 parents b737e1e + 6dfb882 commit 2732677

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ command = "cargo run -p mdbook-goals --"
1717

1818
[preprocessor.goals.linkifiers]
1919
"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"
20+
"([a-zA-Z0-9-]+)/([a-zA-Z0-9-]+)#([0-9]+)" = "https://github.com/$1/$2/issues/$3"
21+
"#([0-9]+)" = "https://github.com/rust-lang/rust/issues/$1"
2222

2323
[preprocessor.goals.users]
2424
"@Nadrieril" = "@Nadrieril"
@@ -38,4 +38,4 @@ level = 0
3838
"/2024h2/orphaned.html" = "accepted.html"
3939
"/2024h2/proposed.html" = "accepted.html"
4040

41-
[output.markdown]
41+
[output.markdown]

0 commit comments

Comments
 (0)