We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5373014 commit 7c68345Copy full SHA for 7c68345
src/tools/rust-analyzer/docs/book/book.toml
@@ -9,10 +9,10 @@ title = "rust-analyzer"
9
edition = "2021"
10
11
[output.html]
12
-edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/manual/{path}"
13
-git-repository-url = "https://github.com/rust-lang/rust-analyzer/tree/master/manual"
+edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/docs/book/{path}"
+git-repository-url = "https://github.com/rust-lang/rust-analyzer/tree/master/docs/book"
14
mathjax-support = true
15
-site-url = "/manual/"
+site-url = "/book/"
16
17
[output.html.playground]
18
editable = true
0 commit comments