diff --git a/.gitmodules b/.gitmodules index edc7119..e710f51 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lpc55-hal"] path = lpc55-hal - url = https://githuyb.com/mcu-tools/lpc55-hal + url = https://github.com/mcu-tools/lpc55-hal diff --git a/boot/Cargo.toml b/boot/Cargo.toml index ff13c72..a65f1c4 100644 --- a/boot/Cargo.toml +++ b/boot/Cargo.toml @@ -2,7 +2,7 @@ name = "boot" version = "0.1.0" edition = "2021" -documentation = "rust-embedded bootlaoder" +documentation = "rust-embedded bootloader" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html