diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8033c7b..9e37b31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * The Minimum Supported Rust Version (MSRV) has been defined as 1.60.0 and is being enforced in `Cargo.toml`
 
 <!-- next-url -->
-[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
-[0.2.0]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
-[0.1.1]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1
+[Unreleased]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.2.0...HEAD
+[0.2.0]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.1...v0.2.0
+[0.1.1]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/v0.1.0...v0.1.1
diff --git a/Cargo.toml b/Cargo.toml
index 9ae3af8..39c3a76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
 rust-version = "1.62"
 
 description = "A `no_std` parser for the Adafruit Bluefruit LE Connect controller protocol."
-repository = "https://github.com/rursprung/adafruit-bluefruit-protocol-rs"
+repository = "https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs"
 categories = ["embedded", "hardware-support", "no-std", "no-std::no-alloc"]
 keywords = ["adafruit", "bluefruit", "bluetooth", "protocol"]
 license = "MIT OR Apache-2.0"
diff --git a/README.md b/README.md
index c1927af..47d6fd3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # Adafruit Bluefruit LE Connect Controller Protocol Parser
-[![CI](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rursprung/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml)
+[![CI](https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml/badge.svg)](https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/actions/workflows/CI.yml)
 [![Crates.io](https://img.shields.io/crates/v/adafruit-bluefruit-protocol)](https://crates.io/crates/adafruit-bluefruit-protocol)
 ![Licenses](https://img.shields.io/crates/l/adafruit-bluefruit-protocol)
 [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
diff --git a/release.toml b/release.toml
index cad6ddf..1aec480 100644
--- a/release.toml
+++ b/release.toml
@@ -3,5 +3,5 @@ pre-release-replacements = [
     {file="CHANGELOG.md", search="\\.\\.\\.HEAD", replace="...{{tag_name}}", exactly=1},
     {file="CHANGELOG.md", search="ReleaseDate", replace="{{date}}", min=1},
     {file="CHANGELOG.md", search="<!-- next-header -->", replace="<!-- next-header -->\n## [Unreleased] - ReleaseDate\n", exactly=1},
-    {file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/rursprung/adafruit-bluefruit-protocol-rs/compare/{{tag_name}}...HEAD", exactly=1},
+    {file="CHANGELOG.md", search="<!-- next-url -->", replace="<!-- next-url -->\n[Unreleased]: https://github.com/rust-embedded-community/adafruit-bluefruit-protocol-rs/compare/{{tag_name}}...HEAD", exactly=1},
 ]