From 2fce343b94bfd3fd0785ed4bb5549f96e9e62527 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 19 May 2021 06:40:25 +0200 Subject: [PATCH] Fix goreportcard badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a73305b6..2e118b08 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Beehive ======= [![Build Status](https://travis-ci.org/muesli/beehive.svg?branch=master)](https://travis-ci.org/muesli/beehive) -[![Go ReportCard](http://goreportcard.com/badge/muesli/beehive)](http://goreportcard.com/report/muesli/beehive) +[![Go ReportCard](https://goreportcard.com/badge/muesli/beehive)](https://goreportcard.com/report/muesli/beehive) [![GoDoc](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/muesli/beehive) Beehive is an event and agent system, which allows you to create your own @@ -44,7 +44,7 @@ You can find even more official releases [here](https://github.com/muesli/beehiv ### From source Beehive requires Go 1.13 or higher. Make sure you have a working Go environment. -See the [install instructions](http://golang.org/doc/install.html). +See the [install instructions](https://golang.org/doc/install.html). The recommended way is to fetch the sources and run make.