Skip to content

Commit 8e2cf08

Browse files
authored
Merge pull request #1183 from jeckersb/new-docs-site
Update links to new docs site
2 parents 190085d + 8ac427d commit 8e2cf08

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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://containers.github.io/bootc/).
27+
See the [project documentation](https://bootc-dev.github.io/bootc/).
2828

2929
## Adopters (base and end-user images)
3030

docs/_config.yml

Lines changed: 2 additions & 2 deletions
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://containers.github.io"
4+
url: "https://bootc-dev.github.io"
55
# Comment above and use below for local development
66
# url: "http://localhost:4000"
77
permalink: /:title/
@@ -55,4 +55,4 @@ compress_html:
5555
endings: all
5656
startings: []
5757
blanklines: false
58-
profile: false
58+
profile: false

lib/src/lints.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ static LINT_BASEIMAGE_ROOT: Lint = Lint::new_fatal(
431431
indoc! { r#"
432432
Check that expected files are present in the root of the filesystem; such
433433
as /sysroot and a composefs configuration for ostree. More in
434-
<https://containers.github.io/bootc/bootc-images.html#standard-image-content>.
434+
<https://bootc-dev.github.io/bootc/bootc-images.html#standard-image-content>.
435435
"#},
436436
check_baseimage_root,
437437
);
@@ -561,7 +561,7 @@ image may not be visible.
561561
Using systemd-sysusers to allocate users and groups will ensure that these are allocated
562562
on system startup alongside other users.
563563
564-
More on this topic in <https://containers.github.io/bootc/building/users-and-groups.html>
564+
More on this topic in <https://bootc-dev.github.io/bootc/building/users-and-groups.html>
565565
"# },
566566
check_sysusers,
567567
);

0 commit comments

Comments
 (0)