Browse Source

Merge pull request #123 from mrxiaozhuox/patch-1

fix: edit `git-repository-url`
Jonathan Kelley 3 years ago
parent
commit
6e649d0401
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/guide/book.toml

+ 2 - 2
docs/guide/book.toml

@@ -10,8 +10,8 @@ edition = "2018"
 [output.html]
 mathjax-support = true
 site-url = "/mdBook/"
-git-repository-url = "https://github.com/rust-lang/mdBook/tree/master/guide"
-edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
+git-repository-url = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide"
+edit-url-template = "https://github.com/DioxusLabs/dioxus/edit/master/docs/guide/{path}"
 
 [output.html.playground]
 editable = true