Replace 'java.com' with 'www.microsoft.com/openjdk'

This commit is contained in:
Glavo
2022-02-04 12:21:35 +08:00
committed by Yuhui Huang
parent 69ddc939b3
commit 2b21f5f48f
2 changed files with 3 additions and 3 deletions

View File

@@ -100,6 +100,6 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
RawLaunchJVM(L"javaw", workdir, exeName);
MessageBox(NULL, ERROR_PROMPT, L"Error", MB_ICONERROR | MB_OK);
ShellExecute(0, 0, L"https://java.com/", 0, 0, SW_SHOW);
ShellExecute(0, 0, L"https://www.microsoft.com/openjdk", 0, 0, SW_SHOW);
return 1;
}