Skip to content

Commit

Permalink
fix URL to Windows building instruction (apache#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Aug 2, 2016
1 parent f442c49 commit 79f51e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if !libmxnet_detected
@windows_only begin
info("Please follow the libmxnet documentation on how to build manually")
info("or to install pre-build packages:")
info("http://mxnet.readthedocs.org/en/latest/build.html#building-on-windows")
info("http://mxnet.readthedocs.io/en/latest/how_to/build.html#building-on-windows")
error("Automatic building libxmnet on Windows is currently not supported yet.")
end

Expand Down

0 comments on commit 79f51e6

Please sign in to comment.