diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 46d7398d1..4bb75a60a 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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. \ No newline at end of file +Rust Code of Conduct, available here: https://www.rust-lang.org/conduct.html. diff --git a/book/src/ch01-03-hello-hot-reloading.md b/book/src/ch01-03-hello-hot-reloading.md index f6d62ae46..3a1ce7e0d 100644 --- a/book/src/ch01-03-hello-hot-reloading.md +++ b/book/src/ch01-03-hello-hot-reloading.md @@ -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`.