File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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://bootc-dev.github.io /bootc/ ) .
27+ See the [ project documentation] ( https://bootc.dev /bootc/ ) .
2828
2929## Versioning
3030
Original file line number Diff line number Diff line change 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//!
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ static LINT_BASEIMAGE_ROOT: Lint = Lint::new_fatal(
625625 indoc ! { r#"
626626Check that expected files are present in the root of the filesystem; such
627627as /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.
736736Using systemd-sysusers to allocate users and groups will ensure that these are allocated
737737on 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) ;
Original file line number Diff line number Diff line change 11title : containers/bootc
22description : bootc documentation
33baseurl : " /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"
77permalink : /:title/
You can’t perform that action at this time.
0 commit comments