diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-08-16 06:28:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 06:28:07 +0200 |
| commit | f0abcd9eba774dd4838108bf78a17245a4c1ce71 (patch) | |
| tree | 7862cc68efca287975860f02a0145dba57cf6cf0 /src/doc | |
| parent | 656ee47db32e882fb02913f6204e09cc7a41a50e (diff) | |
| download | rust-f0abcd9eba774dd4838108bf78a17245a4c1ce71.tar.gz rust-f0abcd9eba774dd4838108bf78a17245a4c1ce71.zip | |
unstable-book: add quick-edit link
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/unstable-book/book.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/unstable-book/book.toml b/src/doc/unstable-book/book.toml index 0cd56d09404..cef93760b33 100644 --- a/src/doc/unstable-book/book.toml +++ b/src/doc/unstable-book/book.toml @@ -4,3 +4,4 @@ author = "The Rust Community" [output.html] git-repository-url = "https://github.com/rust-lang/rust/tree/master/src/doc/unstable-book" +edit-url-template = "https://github.com/rust-lang/rust/edit/master/src/doc/unstable-book/{path}" |
