We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1a79e commit 44cfb2aCopy full SHA for 44cfb2a
1 file changed
Demos/src/main/java/com/nativelibs4java/opencl/demos/SetupUtils.java
@@ -32,7 +32,7 @@
32
public class SetupUtils {
33
34
public enum DownloadURL {
35
- ATI("http://developer.amd.com/sdks/AMDAPPSDK/Pages/default.aspx"),
+ ATI("http://developer.amd.com/tools/hc/AMDAPPSDK/Pages/default.aspx"),
36
NVidia("http://www.nvidia.com/Download/Find.aspx");
37
38
public final URL url;
0 commit comments