From 06f0a96c36638ccba0bf4a90e9e4c9359d101101 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Tue, 26 Apr 2016 21:57:57 -0400
Subject: [PATCH] simplify ASIO download instructions

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d161c8916..5bcf40a79 100644
--- a/README.md
+++ b/README.md
@@ -111,7 +111,7 @@ git clone https://puredata.osuosl.org/jwilkes/purr-data.git</code>
 7. Add the ASIO SDK directory *(less than a minute)*  
    Issue the following command:<code>
 mkdir purr-data/pd/lib</code>
-8. Download the ASIO SDK [here](http://www.steinberg.net/en/company/developers.html) and extract it. *(2 minutes)*<code>
+8. Download the ASIO SDK *(2 minutes)*<code>
 wget http://www.steinberg.net/sdk_downloads/asiosdk2.3.zip
 </code>
 9. Unzip the ASIO SDK: *(less than a minute)*<code>
-- 
GitLab