aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-08-20 16:28:29 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-08-20 16:28:29 -0400
commitfe706a9d1b368ae141a18949349c3382f0070ba9 (patch)
tree6ba1852fd4621777c59828cc6804929edf349bf7
parent118a31c24c7ce76da909026cd10a94feb88803bc (diff)
parentc54075b0ba6b8235c0f74658fdbbb3025c272d98 (diff)
downloadrneovim-fe706a9d1b368ae141a18949349c3382f0070ba9.tar.gz
rneovim-fe706a9d1b368ae141a18949349c3382f0070ba9.tar.bz2
rneovim-fe706a9d1b368ae141a18949349c3382f0070ba9.zip
Merge pull request #1095 from fwalch/fix-clang-badge-url
Readme: Fix clang badge URL.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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: