From d2d12876d41daf64399207bddfef490bf41f3166 Mon Sep 17 00:00:00 2001 From: Ranjib Dey Date: Tue, 28 Jan 2025 20:16:27 -0800 Subject: [PATCH] fix master branch references --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 48f7b7574..b48af6460 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ An open source reef tank controller based on Raspberry Pi [![GitHub release](https://img.shields.io/github/release/reef-pi/reef-pi.svg)](https://github.com/reef-pi/reef-pi/releases) -![Build Status(backend)](https://github.com/reef-pi/reef-pi/workflows/go/badge.svg?branch=master) -![Build Status(frontend)](https://github.com/reef-pi/reef-pi/workflows/jest/badge.svg?branch=master) -![Build Status(smoke)](https://github.com/reef-pi/reef-pi/workflows/smoke/badge.svg?branch=master) -![Build Status(package)](https://github.com/reef-pi/reef-pi/workflows/deb/badge.svg?branch=master) +![Build Status(backend)](https://github.com/reef-pi/reef-pi/workflows/go/badge.svg?branch=main) +![Build Status(frontend)](https://github.com/reef-pi/reef-pi/workflows/jest/badge.svg?branch=main) +![Build Status(smoke)](https://github.com/reef-pi/reef-pi/workflows/smoke/badge.svg?branch=main) +![Build Status(package)](https://github.com/reef-pi/reef-pi/workflows/deb/badge.svg?branch=main) -[![Coverage Status](https://codecov.io/gh/reef-pi/reef-pi/branch/master/graph/badge.svg)](https://codecov.io/gh/reef-pi/reef-pi) +[![Coverage Status](https://codecov.io/gh/reef-pi/reef-pi/branch/main/graph/badge.svg)](https://codecov.io/gh/reef-pi/reef-pi) [![Go Report Card](https://goreportcard.com/badge/reef-pi/reef-pi)](https://goreportcard.com/report/reef-pi/reef-pi) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/reef-pi/reef-pi/blob/master/LICENSE.txt) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/reef-pi/reef-pi/blob/main/LICENSE.txt) [![GoDoc](https://godoc.org/github.com/reef-pi/reef-pi?status.svg)](https://godoc.org/github.com/reef-pi/reef-pi) ## Introduction