diff options
| author | Josh Rotenberg <joshrotenberg@gmail.com> | 2025-02-10 15:20:51 -0800 |
|---|---|---|
| committer | Josh Rotenberg <joshrotenberg@gmail.com> | 2025-02-10 15:20:51 -0800 |
| commit | 7c68345e1b4ab3ca838bb8e8548253b029824da8 (patch) | |
| tree | 629dda2165fef55a67d661f55bac86cac0205a1e /src | |
| parent | 53730143786ed9bb72828caad45206f965d56387 (diff) | |
| download | rust-7c68345e1b4ab3ca838bb8e8548253b029824da8.tar.gz rust-7c68345e1b4ab3ca838bb8e8548253b029824da8.zip | |
fix mdbook paths
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rust-analyzer/docs/book/book.toml | 6 |
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 |
