瀏覽代碼

fix: edit `git-repository-url`

YuKun Liu 3 年之前
父節點
當前提交
5d85eb6438
共有 1 個文件被更改,包括 2 次插入2 次删除
  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