From ccf79d63abfefcfac3460ffcaec5493fd186581c Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 8 Jun 2023 11:08:58 +0200 Subject: [PATCH] go directly to the edit page --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 1578675b..5186a831 100644 --- a/book.toml +++ b/book.toml @@ -12,7 +12,7 @@ edition = "2018" site-url = "/wg-async/" git-repository-url = "https://github.com/rust-lang/wg-async" additional-js =["mermaid.min.js", "mermaid-init.js"] -edit-url-template = "https://github.com/rust-lang/wg-async/tree/master/{path}?mode=edit" +edit-url-template = "https://github.com/rust-lang/wg-async/edit/master/{path}" [output.html.fold] enable = true