From c54075b0ba6b8235c0f74658fdbbb3025c272d98 Mon Sep 17 00:00:00 2001 From: Florian Walch Date: Wed, 20 Aug 2014 22:21:21 +0200 Subject: [PATCH] Readme: Fix clang badge URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd09e7eef0..1eddbd9f6b 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://neovim.org/doc/build-reports/clang/badge.svg)](http://neovim.org/doc/build-reports/clang) +[![Clang Scan Build](http://neovim.org/doc/reports/clang/badge.svg)](http://neovim.org/doc/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: