diff --git a/rust-bindings/rust/.gitlab-ci.yml b/rust-bindings/rust/.gitlab-ci.yml index ec73d6ef..5ba4711e 100644 --- a/rust-bindings/rust/.gitlab-ci.yml +++ b/rust-bindings/rust/.gitlab-ci.yml @@ -160,7 +160,7 @@ pages: paths: - public only: - - master + - main # publish publish_ostree-sys: diff --git a/rust-bindings/rust/README.md b/rust-bindings/rust/README.md index b96aa752..317a168d 100644 --- a/rust-bindings/rust/README.md +++ b/rust-bindings/rust/README.md @@ -1,7 +1,7 @@ # ostree-rs -[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/master/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/master) +[![pipeline status](https://gitlab.com/fkrull/ostree-rs/badges/main/pipeline.svg)](https://gitlab.com/fkrull/ostree-rs/commits/main) [![Crates.io](https://img.shields.io/crates/v/ostree.svg)](https://crates.io/crates/ostree) -[![master-docs](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree) +[![main-docs](https://img.shields.io/badge/docs-main-brightgreen.svg)](https://fkrull.gitlab.io/ostree-rs/ostree) **Rust** bindings for [libostree](https://ostree.readthedocs.io).