about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorJosh Rotenberg <joshrotenberg@gmail.com>2025-02-10 15:20:51 -0800
committerJosh Rotenberg <joshrotenberg@gmail.com>2025-02-10 15:20:51 -0800
commit7c68345e1b4ab3ca838bb8e8548253b029824da8 (patch)
tree629dda2165fef55a67d661f55bac86cac0205a1e /src
parent53730143786ed9bb72828caad45206f965d56387 (diff)
downloadrust-7c68345e1b4ab3ca838bb8e8548253b029824da8.tar.gz
rust-7c68345e1b4ab3ca838bb8e8548253b029824da8.zip
fix mdbook paths
Diffstat (limited to 'src')
-rw-r--r--src/tools/rust-analyzer/docs/book/book.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/docs/book/book.toml b/src/tools/rust-analyzer/docs/book/book.toml
index ba3c1dede5d..a6f6a6ed784 100644
--- a/src/tools/rust-analyzer/docs/book/book.toml
+++ b/src/tools/rust-analyzer/docs/book/book.toml
@@ -9,10 +9,10 @@ title = "rust-analyzer"
 edition = "2021"
 
 [output.html]
-edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/manual/{path}"
-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"
 mathjax-support = true
-site-url = "/manual/"
+site-url = "/book/"
 
 [output.html.playground]
 editable = true