diff --git a/README.md b/README.md
index 29aedc5..75c47da 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Indented Documents (indoc)
[](https://github.com/dtolnay/indoc)
[](https://crates.io/crates/indoc)
[](https://docs.rs/indoc)
-[](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster)
+[](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster)
This crate provides a procedural macro for indented string literals. The
`indoc!()` macro takes a multiline string literal and un-indents it at compile
diff --git a/unindent/README.md b/unindent/README.md
index d8e2ec3..7a76bc4 100644
--- a/unindent/README.md
+++ b/unindent/README.md
@@ -3,7 +3,7 @@
[](https://github.com/dtolnay/indoc)
[](https://crates.io/crates/unindent)
[](https://docs.rs/unindent)
-[](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster)
+[](https://github.com/dtolnay/indoc/actions?query=branch%3Amaster)
This crate provides [`indoc`]'s indentation logic for use with strings that are
not statically known at compile time. For unindenting string literals, use