File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ can be upgraded in place seamlessly across any future changes.
24
24
25
25
## Documentation
26
26
27
- See the [ project documentation] ( https://containers .github.io/bootc/ ) .
27
+ See the [ project documentation] ( https://bootc-dev .github.io/bootc/ ) .
28
28
29
29
## Adopters (base and end-user images)
30
30
Original file line number Diff line number Diff line change 1
1
title : containers/bootc
2
2
description : bootc documentation
3
3
baseurl : " /bootc"
4
- url : " https://containers .github.io"
4
+ url : " https://bootc-dev .github.io"
5
5
# Comment above and use below for local development
6
6
# url: "http://localhost:4000"
7
7
permalink : /:title/
@@ -55,4 +55,4 @@ compress_html:
55
55
endings : all
56
56
startings : []
57
57
blanklines : false
58
- profile : false
58
+ profile : false
Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ static LINT_BASEIMAGE_ROOT: Lint = Lint::new_fatal(
431
431
indoc ! { r#"
432
432
Check that expected files are present in the root of the filesystem; such
433
433
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>.
435
435
"# } ,
436
436
check_baseimage_root,
437
437
) ;
@@ -561,7 +561,7 @@ image may not be visible.
561
561
Using systemd-sysusers to allocate users and groups will ensure that these are allocated
562
562
on system startup alongside other users.
563
563
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>
565
565
"# } ,
566
566
check_sysusers,
567
567
) ;
You can’t perform that action at this time.
0 commit comments