diff options
| author | Ninetainedo <ninetainedo@gmail.com> | 2016-09-25 00:26:05 +0200 |
|---|---|---|
| committer | Ninetainedo <ninetainedo@gmail.com> | 2016-09-25 00:26:05 +0200 |
| commit | c55c9df2285f0c66f054cb4591248501ba3e70fd (patch) | |
| tree | 5c81b78fa8499ff79fe77d57ec3c01c1620c225c /scripts | |
| parent | 51da39c1ed3debfe1a4fb45eaa65b181555da841 (diff) | |
| download | vcpkg-c55c9df2285f0c66f054cb4591248501ba3e70fd.tar.gz vcpkg-c55c9df2285f0c66f054cb4591248501ba3e70fd.zip | |
Link to "issues" instead of "new issue"
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/cmake/vcpkg_download_distfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_download_distfile.cmake b/scripts/cmake/vcpkg_download_distfile.cmake index 4d6019160..a2f13cd42 100644 --- a/scripts/cmake/vcpkg_download_distfile.cmake +++ b/scripts/cmake/vcpkg_download_distfile.cmake @@ -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) |
