diff --git a/Cargo.toml b/Cargo.toml
index 4994c20..15e965e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,8 +10,8 @@ license = "GPL-3.0-or-later"
readme = "README.md"
categories = ["command-line-utilities", "text-processing", "template-engine"]
keywords = ["releasenotes", "asciidoc", "documentation", "RedHat"]
-repository = "https://github.com/msuchane/acorns/"
-homepage = "https://msuchane.github.io/acorns/"
+repository = "https://github.com/redhat-documentation/acorns/"
+homepage = "https://redhat-documentation.github.io/acorns/"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
index bc2e2c7..8d80fcf 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
![Crates.io](https://img.shields.io/crates/l/acorns?label=license)
-[![CI tests](https://github.com/msuchane/acorns/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/msuchane/acorns/actions/workflows/rust-tests.yml)
-[![Dependency status](https://deps.rs/repo/github/msuchane/acorns/status.svg)](https://deps.rs/repo/github/msuchane/acorns)
+[![CI tests](https://github.com/redhat-documentation/acorns/actions/workflows/rust-tests.yml/badge.svg)](https://github.com/redhat-documentation/acorns/actions/workflows/rust-tests.yml)
+[![Dependency status](https://deps.rs/repo/github/redhat-documentation/acorns/status.svg)](https://deps.rs/repo/github/redhat-documentation/acorns)
Generate an AsciiDoc release notes document from tracking tickets.
@@ -13,7 +13,7 @@ Previously known as Cizrna. This project is a reimplementation of the earlier Co
## Installation and usage
-See the complete user documentation: .
+See the complete user documentation: .
## Changes
diff --git a/acorns.spec b/acorns.spec
index 2398edf..5bf0cb3 100644
--- a/acorns.spec
+++ b/acorns.spec
@@ -3,11 +3,11 @@ Summary: Generate an AsciiDoc release notes document from tracking tickets.
Version: 0.33.1
Release: 1%{?dist}
License: GPLv3+
-URL: https://github.com/msuchane/acorns
+URL: https://github.com/redhat-documentation/acorns
Group: Applications/Text
Obsoletes: cizrna
#Source0: https://static.crates.io/crates/%{name}/%{name}-%{version}.crate
-Source0: https://github.com/msuchane/%{name}/archive/refs/tags/v%{version}.tar.gz
+Source0: https://github.com/redhat-documentation/%{name}/archive/refs/tags/v%{version}.tar.gz
# This works fine with Fedora and RHEL, but breaks the SUSE build:
ExclusiveArch: %{rust_arches}
diff --git a/docs/attributes.adoc b/docs/attributes.adoc
index f3a286a..57e39fb 100644
--- a/docs/attributes.adoc
+++ b/docs/attributes.adoc
@@ -7,10 +7,10 @@
:name: aCoRNs
:bin-name: acorns
-:git-repo: https://github.com/msuchane/acorns
-:container-repo: quay.io/msuchane/acorns
-:container-repo-slug: msuchane/acorns
-:copr-repo: https://copr.fedorainfracloud.org/coprs/mareksu/acorns
-:copr-repo-slug: mareksu/acorns
+:git-repo: https://github.com/redhat-documentation/acorns
+:container-repo: quay.io/redhat-documentation/acorns
+:container-repo-slug: redhat-documentation/acorns
+:copr-repo: https://copr.fedorainfracloud.org/coprs/mmuehlfeldrh/acorns/
+:copr-repo-slug: mmuehlfeldrh/acorns
:context: generating-release-notes-using-{bin-name}
diff --git a/docs/modules/proc_installing-acorns.adoc b/docs/modules/proc_installing-acorns.adoc
index 58a3d8d..0a23caf 100644
--- a/docs/modules/proc_installing-acorns.adoc
+++ b/docs/modules/proc_installing-acorns.adoc
@@ -74,7 +74,7 @@ WARNING: This repository is currently experimental. Please report any problems w
.. Install `acorns`:
+
----
-$ brew install msuchane/repo/acorns
+$ brew install redhat-documentation/repo/acorns
----
* On any system, including different Linux distributions and macOS, you can build {name} from source:
diff --git a/example/.gitlab-ci.yml b/example/.gitlab-ci.yml
index 3052683..03a87de 100644
--- a/example/.gitlab-ci.yml
+++ b/example/.gitlab-ci.yml
@@ -4,7 +4,7 @@
## Build the release notes using aCoRNs
acorns:
- image: quay.io/msuchane/acorns:latest
+ image: quay.io/redhat-documentation/acorns:latest
stage: build
tags:
- shared