diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-08-20 16:28:29 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-08-20 16:28:29 -0400 |
commit | fe706a9d1b368ae141a18949349c3382f0070ba9 (patch) | |
tree | 6ba1852fd4621777c59828cc6804929edf349bf7 | |
parent | 118a31c24c7ce76da909026cd10a94feb88803bc (diff) | |
parent | c54075b0ba6b8235c0f74658fdbbb3025c272d98 (diff) | |
download | rneovim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ [](https://waffle.io/neovim/neovim) [](https://coveralls.io/r/neovim/neovim) [](https://scan.coverity.com/projects/2227) -[](http://neovim.org/doc/build-reports/clang) +[](http://neovim.org/doc/reports/clang) [](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: |