From 005d85d56cfed72326f73e93eae105840b21645d Mon Sep 17 00:00:00 2001
From: Pete Batard <pete@akeo.ie>
Date: Thu, 6 Feb 2014 19:47:46 +0000
Subject: [PATCH] doc: update README.Windows with new Zadig download URL

As the old SF repository indicates, newer downloads have been moved to an
alternate server, and 3 new releases of Zadig have already occurred there.

Change-Id: I8ff967fd834e9c8dd2cce9dcbbe07e03d2b33e4a
Signed-off-by: Pete Batard <pete@akeo.ie>
Reviewed-on: http://openocd.zylin.com/1940
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-by: Xiaofan <xiaofanc@gmail.com>
---
 README.Windows | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.Windows b/README.Windows
index 011ba5422..61a712aba 100644
--- a/README.Windows
+++ b/README.Windows
@@ -25,9 +25,9 @@ USB adapters
 You usually need to have WinUSB.sys (or libusbK.sys) driver installed
 for a USB-based adapter. Some vendor software (e.g. for ST-LINKv2)
 does it on its own. For the other cases the easiest way to assign
-WinUSB to a device is to use the Zadig installer:
+WinUSB to a device is to use the latest Zadig installer:
 
-  http://sourceforge.net/projects/libwdi/files/zadig/
+  http://zadig.akeo.ie
 
 For the old drivers that use libusb-0.1 API you might need to link
 against libusb-win32 headers and install the corresponding driver with
-- 
GitLab