diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2022-08-23 00:46:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-23 07:46:08 +0900 |
| commit | e6fce3e17329c4284794df4d2b072cea414a875b (patch) | |
| tree | 1bb24cd646f75b47b48efe51ec434f29bb84e636 /src/doc/rustc-dev-guide | |
| parent | c8b7044868b0b9cb4dc012bde5c6aa37e9ee1faa (diff) | |
| download | rust-e6fce3e17329c4284794df4d2b072cea414a875b.tar.gz rust-e6fce3e17329c4284794df4d2b072cea414a875b.zip | |
fix quick-edit link (#1441)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/book.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/book.toml b/src/doc/rustc-dev-guide/book.toml index 51dc8ecb053..c86ec563825 100644 --- a/src/doc/rustc-dev-guide/book.toml +++ b/src/doc/rustc-dev-guide/book.toml @@ -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] |
