Skip to content

Commit 7e972ee

Browse files
jeckersbjmarrero
authored andcommitted
docs: Replace bootc-dev.github.io with bootc.dev
Standardize all documentation URLs to use the new bootc.dev domain. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: John Eckersberg <jeckersb@redhat.com>
1 parent 17213f8 commit 7e972ee

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ can be upgraded in place seamlessly across any future changes.
2424

2525
## Documentation
2626

27-
See the [project documentation](https://bootc-dev.github.io/bootc/).
27+
See the [project documentation](https://bootc.dev/bootc/).
2828

2929
## Versioning
3030

crates/lib/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
//! to provide a fully "container native" tool for using
99
//! bootable container images.
1010
//!
11-
//! For user-facing documentation, see <https://bootc-dev.github.io/bootc/>.
11+
//! For user-facing documentation, see <https://bootc.dev/bootc/>.
1212
//! For architecture and internals documentation, see the
13-
//! [Internals](https://bootc-dev.github.io/bootc/internals.html) section.
13+
//! [Internals](https://bootc.dev/bootc/internals.html) section.
1414
//!
1515
//! # Crate Overview
1616
//!

crates/lib/src/lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ static LINT_BASEIMAGE_ROOT: Lint = Lint::new_fatal(
625625
indoc! { r#"
626626
Check that expected files are present in the root of the filesystem; such
627627
as /sysroot and a composefs configuration for ostree. More in
628-
<https://bootc-dev.github.io/bootc/bootc-images.html#standard-image-content>.
628+
<https://bootc.dev/bootc/bootc-images.html#standard-image-content>.
629629
"#},
630630
check_baseimage_root,
631631
);
@@ -736,7 +736,7 @@ image may not be visible.
736736
Using systemd-sysusers to allocate users and groups will ensure that these are allocated
737737
on system startup alongside other users.
738738
739-
More on this topic in <https://bootc-dev.github.io/bootc/building/users-and-groups.html>
739+
More on this topic in <https://bootc.dev/bootc/building/users-and-groups.html>
740740
"# },
741741
check_sysusers,
742742
);

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: containers/bootc
22
description: bootc documentation
33
baseurl: "/bootc"
4-
url: "https://bootc-dev.github.io"
4+
url: "https://bootc.dev"
55
# Comment above and use below for local development
66
# url: "http://localhost:4000"
77
permalink: /:title/

0 commit comments

Comments
 (0)