aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2017-06-11 21:23:52 +0100
committerSergio Martins <smartins@kde.org>2017-06-11 21:23:52 +0100
commit94d15e27c749273204a564a8c32fe305d43ef2b1 (patch)
treed50d3daf676a69172a2f262313817e31a78968a4 /README.md
parent5333b271f373c31b11005899f0c18a85284ba4fb (diff)
Bump the msvc2015 clazy download links to v1.2
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9c630c7..e2f892a7 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ See troubleshooting section if you have problems.
### Pre-built msvc2015 clang and clazy binaries
-The easiest way is to download the binaries from <http://download.kde.org/stable/clazy/1.1/clazy_v1.1-msvc2015.zip.mirrorlist>. Unzip it somewhere, add bin to PATH and you're ready to go. Use clazy-cl.bat as a drop-in replacement for cl.exe.
+The easiest way is to download the binaries from <http://download.kde.org/stable/clazy/1.2/clazy_v1.2-msvc2015.zip.mirrorlist>. Unzip it somewhere, add bin to PATH and you're ready to go. Use clazy-cl.bat as a drop-in replacement for cl.exe.
If you really want to build clang and clazy yourself then read on, otherwise skip the building topic.