Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8453e14

Browse files
Merge pull request rust-lang#19133 from joshrotenberg/fix-manual-github-paths
doc: fix mdbook repository paths
2 parents da4c099 + 7c68345 commit 8453e14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/rust-analyzer/docs/book/book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ title = "rust-analyzer"
99
edition = "2021"
1010

1111
[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"
12+
edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/docs/book/{path}"
13+
git-repository-url = "https://github.com/rust-lang/rust-analyzer/tree/master/docs/book"
1414
mathjax-support = true
15-
site-url = "/manual/"
15+
site-url = "/book/"
1616

1717
[output.html.playground]
1818
editable = true

0 commit comments

Comments
 (0)