From 3c91ac345ee6dbbb33bd6a751e971d317337d436 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 20 Mar 2022 21:00:12 +0100 Subject: [PATCH] docs: fix GitHub Releases Stats badge link. --- docs/src/docs/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/index.mdx b/docs/src/docs/index.mdx index 8c573031e989..4f3142db483c 100644 --- a/docs/src/docs/index.mdx +++ b/docs/src/docs/index.mdx @@ -9,7 +9,7 @@ import { IconContainer } from "lib/icons"; [![License](https://img.shields.io/github/license/golangci/golangci-lint)](/LICENSE) [![Release](https://img.shields.io/github/release/golangci/golangci-lint.svg)](https://github.com/golangci/golangci-lint/releases/latest) [![Docker](https://img.shields.io/docker/pulls/golangci/golangci-lint)](https://hub.docker.com/r/golangci/golangci-lint) -[![GitHub Releases Stats of golangci-lint](https://img.shields.io/github/downloads/golangci/golangci-lint/total.svg?logo=github)](https://somsubhra.com/github-release-stats/?username=golangci&repository=golangci-lint) +[![GitHub Releases Stats of golangci-lint](https://img.shields.io/github/downloads/golangci/golangci-lint/total.svg?logo=github)](https://somsubhra.github.io/github-release-stats/?username=golangci&repository=golangci-lint) `golangci-lint` is a Go linters aggregator.