From fddff04204bd5129a2322648f0fe3afdaa31503b Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 23 Jul 2020 15:10:04 +0200 Subject: [PATCH] Change branch name references --- rust-bindings/rust/.gitlab-ci.yml | 2 +- rust-bindings/rust/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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).