Merge pull request #19133 from joshrotenberg/fix-manual-github-paths

doc: fix mdbook repository paths
This commit is contained in:
Chayim Refael Friedman 2025-02-11 20:28:48 +00:00 committed by GitHub
commit f63e4761a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,10 +9,10 @@ title = "rust-analyzer"
edition = "2021" edition = "2021"
[output.html] [output.html]
edit-url-template = "https://github.com/rust-lang/rust-analyzer/edit/master/manual/{path}" 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/manual" git-repository-url = "https://github.com/rust-lang/rust-analyzer/tree/master/docs/book"
mathjax-support = true mathjax-support = true
site-url = "/manual/" site-url = "/book/"
[output.html.playground] [output.html.playground]
editable = true editable = true