Link to "issues" instead of "new issue"

This commit is contained in:
Ninetainedo 2016-09-25 00:26:05 +02:00
parent 51da39c1ed
commit c55c9df228

View File

@ -37,7 +37,7 @@ function(vcpkg_download_distfile VAR)
message(FATAL_ERROR
"\n"
" Failed to download file.\n"
" Add mirrors or submit an issue at https://github.com/Microsoft/vcpkg/issues/new\n")
" Add mirrors or submit an issue at https://github.com/Microsoft/vcpkg/issues\n")
else()
message(STATUS "Testing integrity of downloaded file...")
file(SHA512 ${downloaded_file_path} FILE_HASH)