Skip to content

Commit

Permalink
Merge pull request #1 from West14/patch-1
Browse files Browse the repository at this point in the history
Fix typo in repo url
  • Loading branch information
sivanaikk authored Oct 2, 2023
2 parents 0b5c541 + 78b0eb0 commit 68aada7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ title = "Rust Notes"


[output.html]
git-repository-url = "https://github.com/sivanikk/rust"
edit-url-template = "https://github.com/sivanikk/rust/edit/main/{path}"
git-repository-url = "https://github.com/sivanaikk/rust"
edit-url-template = "https://github.com/sivanaikk/rust/edit/main/{path}"

[output.html.playground]
editable = false
runnable = false
runnable = false

0 comments on commit 68aada7

Please sign in to comment.