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.
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
Original file line number Diff line number Diff line change 11title : containers/bootc
22description : bootc documentation
33baseurl : " /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"
77permalink : /:title/
@@ -55,4 +55,4 @@ compress_html:
5555 endings : all
5656 startings : []
5757 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(
431431 indoc ! { r#"
432432Check that expected files are present in the root of the filesystem; such
433433as /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.
561561Using systemd-sysusers to allocate users and groups will ensure that these are allocated
562562on 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) ;
You can’t perform that action at this time.
0 commit comments