From 2010de0b7fec7be113b3c0df918e0ce8512d0d6b Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Fri, 22 Jan 2021 16:40:16 -0500 Subject: all: rename the "master" branch to "main" Signed-off-by: Paul Moore (imported from commit d5ad8369233322072eb0df0f9f507d94f6c88cf0) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c89bd15..a0b54f7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ https://github.com/seccomp/libseccomp [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608) -[![Build Status](https://img.shields.io/travis/seccomp/libseccomp/master.svg)](https://travis-ci.org/seccomp/libseccomp) -[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/master.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=master) +[![Build Status](https://img.shields.io/travis/seccomp/libseccomp/main.svg)](https://travis-ci.org/seccomp/libseccomp) +[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main) The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is -- cgit v1.2.1