From 30a83fa382c809d45a611288f803a82ed4e0fdff Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Tue, 16 Mar 2021 16:37:33 +0100 Subject: [PATCH] doc: Fix broken link in README Introduced in https://github.com/fireeye/capa/pull/478 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 955a2494..c1cc8554 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ ![capa](.github/logo.png) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/flare-capa)](https://pypi.org/project/flare-capa) -[![Last release](https://img.shields.io/github/v/release/fireeye/capa)](https://github.com/fireeye/capa/release) +[![Last release](https://img.shields.io/github/v/release/fireeye/capa)](https://github.com/fireeye/capa/releases) [![Number of rules](https://img.shields.io/badge/rules-469-blue.svg)](https://github.com/fireeye/capa-rules) [![CI status](https://github.com/fireeye/capa/workflows/CI/badge.svg)](https://github.com/fireeye/capa/actions?query=workflow%3ACI+event%3Apush+branch%3Amaster) -[![Downloads](https://img.shields.io/github/downloads/fireeye/capa/total)](https://github.com/fireeye/capa/release) +[![Downloads](https://img.shields.io/github/downloads/fireeye/capa/total)](https://github.com/fireeye/capa/releases) [![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)](LICENSE.txt) capa detects capabilities in executable files.