mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
Fixed edit-url-template by pointing to main instead of HEAD in both unstable book and the rustc book
This commit is contained in:
@@ -3,7 +3,7 @@ title = "The rustc book"
|
||||
|
||||
[output.html]
|
||||
git-repository-url = "https://github.com/rust-lang/rust/tree/HEAD/src/doc/rustc"
|
||||
edit-url-template = "https://github.com/rust-lang/rust/edit/HEAD/src/doc/rustc/{path}"
|
||||
edit-url-template = "https://github.com/rust-lang/rust/edit/main/src/doc/rustc/{path}"
|
||||
|
||||
[output.html.search]
|
||||
use-boolean-and = true
|
||||
|
||||
@@ -3,4 +3,4 @@ title = "The Rust Unstable Book"
|
||||
|
||||
[output.html]
|
||||
git-repository-url = "https://github.com/rust-lang/rust/tree/HEAD/src/doc/unstable-book"
|
||||
edit-url-template = "https://github.com/rust-lang/rust/edit/HEAD/src/doc/unstable-book/{path}"
|
||||
edit-url-template = "https://github.com/rust-lang/rust/edit/main/src/doc/unstable-book/{path}"
|
||||
|
||||
Reference in New Issue
Block a user