fix quick-edit link (#1441)
This commit is contained in:
parent
c8b7044868
commit
e6fce3e173
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ command = "mdbook-mermaid"
|
|||
|
||||
[output.html]
|
||||
git-repository-url = "https://github.com/rust-lang/rustc-dev-guide"
|
||||
edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/tree/master/{path}?mode=edit"
|
||||
edit-url-template = "https://github.com/rust-lang/rustc-dev-guide/edit/master/{path}"
|
||||
additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
||||
|
||||
[output.html.fold]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue