diff --git a/README.md b/README.md index db5193c1..d57ed3eb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - ## Components This repository contains the following packages: diff --git a/decoder/README.md b/decoder/README.md index 2519e180..7f8aae2b 100644 --- a/decoder/README.md +++ b/decoder/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - This library is for decoding [`defmt`](https://crates.io/crates/defmt) frames into formatted strings. It is used by [`defmt-print`](https://crates.io/crates/defmt-print) and other tools. diff --git a/decoder/defmt-json-schema/README.md b/decoder/defmt-json-schema/README.md index 9d20357b..88d7db9a 100644 --- a/decoder/defmt-json-schema/README.md +++ b/decoder/defmt-json-schema/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - This library describes the JSON output from [`defmt-decoder`](https://crates.io/crates/defmt-decoder). diff --git a/defmt/README.md b/defmt/README.md index 049153ff..cd4a8724 100644 --- a/defmt/README.md +++ b/defmt/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - ## Setup ### New project diff --git a/firmware/defmt-test/macros/README.md b/firmware/defmt-test/macros/README.md index d62df4c4..1a0369f3 100644 --- a/firmware/defmt-test/macros/README.md +++ b/firmware/defmt-test/macros/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - This library contains the proc macros used by [`defmt-test`](https://crates.io/crates/defmt-test). diff --git a/macros/README.md b/macros/README.md index f825d76d..01dcb323 100644 --- a/macros/README.md +++ b/macros/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - This library contains the proc macros used by [`defmt`](https://crates.io/crates/defmt). diff --git a/parser/README.md b/parser/README.md index 10d59e89..5740d583 100644 --- a/parser/README.md +++ b/parser/README.md @@ -4,8 +4,6 @@ For more details about the framework check the book at . -The git version of the defmt book can be viewed at . - This library decodes `defmt` frames into Rust structures. It is mainly used by [`defmt-decoder`](https://crates.io/crates/defmt-decoder), and you should prefer using that crate to this one.