From 51dbf728ff494d654eca206fc9653de27cea4061 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Thu, 14 Sep 2017 21:51:54 +0200 Subject: [PATCH] Fix link to latest CI download --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec918e637..9ff263cb7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ILSpy is the open-source .NET assembly browser and decompiler. -Download: [latest release](https://github.com/icsharpcode/ILSpy/releases) | [latest nightly build](https://ci.appveyor.com/api/projects/icsharpcode/ilspy/artifacts/bin/ILSpy_binaries.zip?branch=master&job=Configuration%3A+Release) +Download: [latest release](https://github.com/icsharpcode/ILSpy/releases) | [latest CI build](https://ci.appveyor.com/api/projects/icsharpcode/ilspy/artifacts/ILSpy_binaries.zip?branch=master&job=Configuration%3A+Release) License -------