Skip to content

Commit 5712ea7

Browse files
committed
fix
1 parent dbf6896 commit 5712ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShaderGlass/ShaderWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ LRESULT CALLBACK ShaderWindow::WndProc(HWND hWnd, UINT message, WPARAM wParam, L
10961096
#endif
10971097
break;
10981098
case ID_HELP_FREQUENTLYASKEDQUESTIONS:
1099-
ShellExecute(0, 0, L"https://github.com/mausimus/ShaderGlass/FAQ.md", 0, 0, SW_SHOW);
1099+
ShellExecute(0, 0, L"https://github.com/mausimus/ShaderGlass/blob/master/FAQ.md", 0, 0, SW_SHOW);
11001100
break;
11011101
default:
11021102
if(wmId >= WM_USER && wmId <= 0x7FFF)

0 commit comments

Comments
 (0)