diff --git a/README.md b/README.md
index 909f6a522..b348c32d8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ can be upgraded in place seamlessly across any future changes.
## Documentation
-See the [project documentation](https://bootc-dev.github.io/bootc/).
+See the [project documentation](https://bootc.dev/bootc/).
## Versioning
diff --git a/crates/lib/src/lib.rs b/crates/lib/src/lib.rs
index c7382e266..e24458797 100644
--- a/crates/lib/src/lib.rs
+++ b/crates/lib/src/lib.rs
@@ -8,9 +8,9 @@
//! to provide a fully "container native" tool for using
//! bootable container images.
//!
-//! For user-facing documentation, see .
+//! For user-facing documentation, see .
//! For architecture and internals documentation, see the
-//! [Internals](https://bootc-dev.github.io/bootc/internals.html) section.
+//! [Internals](https://bootc.dev/bootc/internals.html) section.
//!
//! # Crate Overview
//!
diff --git a/crates/lib/src/lints.rs b/crates/lib/src/lints.rs
index 06a5a5bdd..4ba138413 100644
--- a/crates/lib/src/lints.rs
+++ b/crates/lib/src/lints.rs
@@ -625,7 +625,7 @@ static LINT_BASEIMAGE_ROOT: Lint = Lint::new_fatal(
indoc! { r#"
Check that expected files are present in the root of the filesystem; such
as /sysroot and a composefs configuration for ostree. More in
-.
+.
"#},
check_baseimage_root,
);
@@ -736,7 +736,7 @@ image may not be visible.
Using systemd-sysusers to allocate users and groups will ensure that these are allocated
on system startup alongside other users.
-More on this topic in
+More on this topic in
"# },
check_sysusers,
);
diff --git a/docs/_config.yml b/docs/_config.yml
index e20f19f7f..d880795b6 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -1,7 +1,7 @@
title: containers/bootc
description: bootc documentation
baseurl: "/bootc"
-url: "https://bootc-dev.github.io"
+url: "https://bootc.dev"
# Comment above and use below for local development
# url: "http://localhost:4000"
permalink: /:title/