Skip to content

Commit

Permalink
Remove mentions of the git version of the defmt book.
Browse files Browse the repository at this point in the history
When we move to cloudflare, defmt.ferrous-systems.com will always just be the contents of main.
  • Loading branch information
jonathanpallant committed Nov 28, 2024
1 parent 0424302 commit 8fcbbf1
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

## Components

This repository contains the following packages:
Expand Down
2 changes: 0 additions & 2 deletions decoder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

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.
Expand Down
2 changes: 0 additions & 2 deletions decoder/defmt-json-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

This library describes the JSON output from
[`defmt-decoder`](https://crates.io/crates/defmt-decoder).

Expand Down
2 changes: 0 additions & 2 deletions defmt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

## Setup

### New project
Expand Down
2 changes: 0 additions & 2 deletions firmware/defmt-test/macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

This library contains the proc macros used by
[`defmt-test`](https://crates.io/crates/defmt-test).

Expand Down
2 changes: 0 additions & 2 deletions macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

This library contains the proc macros used by
[`defmt`](https://crates.io/crates/defmt).

Expand Down
2 changes: 0 additions & 2 deletions parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

For more details about the framework check the book at <https://defmt.ferrous-systems.com>.

The git version of the defmt book can be viewed at <https://defmt-next.ferrous-systems.com/>.

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.
Expand Down

0 comments on commit 8fcbbf1

Please sign in to comment.