From 5f42ba693b8d540516beb083226af69dc5bba86b Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Tue, 5 Aug 2014 11:57:55 -0400 Subject: Update README.md sweet clang analysis badge thanks to @Hinidu! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b65d22744a..cd09e7eef0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Stories in Ready](https://badge.waffle.io/neovim/neovim.png?label=ready)](https://waffle.io/neovim/neovim) [![Coverage Status](https://img.shields.io/coveralls/neovim/neovim.svg)](https://coveralls.io/r/neovim/neovim) [![Coverity Scan Build](https://scan.coverity.com/projects/2227/badge.svg)](https://scan.coverity.com/projects/2227) -[![Clang Scan Build](http://img.shields.io/badge/clang-analysis-blue.svg)](http://neovim.org/doc/build-reports/clang) +[![Clang Scan Build](http://neovim.org/doc/build-reports/clang/badge.svg)](http://neovim.org/doc/build-reports/clang) [![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=461131)](https://www.bountysource.com/trackers/461131-neovim?utm_source=461131&utm_medium=shield&utm_campaign=TRACKER_BADGE) Neovim is a project that seeks to aggressively refactor Vim in order to: -- cgit