Skip to content

Commit

Permalink
Merge pull request #284 from sburris0/master
Browse files Browse the repository at this point in the history
docs: fix broken book link and CoC link
  • Loading branch information
baszalmstra authored Oct 15, 2020
2 parents 04003e1 + 48e1a86 commit b714821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor
Covenant][https://www.contributor-covenant.org], version 1.4, available at
Covenant](https://www.contributor-covenant.org), version 1.4, available at
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html and the
Rust Code of Conduct, available here: https://www.rust-lang.org/conduct.html.
Rust Code of Conduct, available here: https://www.rust-lang.org/conduct.html.
2 changes: 1 addition & 1 deletion book/src/ch01-03-hello-hot-reloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Mun distinguishes itself from other languages by its inherent hot reloading
capabilities. The following example illustrates how you can create a hot
reloadable application by slightly modifying the [Hello,
fibonacci?](ch01-01-hello-fibonacci.md) example. In Listing 1-2, the
fibonacci?](ch01-02-hello-fibonacci.md) example. In Listing 1-2, the
`fibonacci_n` function has been removed and the `pub` keyword has been added to
both `args` and `fibonacci`.

Expand Down

0 comments on commit b714821

Please sign in to comment.