Fix "404 not found" on "Build commit on Github..."

This commit is contained in:
soopercool101
2021-09-28 14:14:19 -07:00
committed by Rick Gibbed
parent cfd18b89f8
commit 5161bd7ab2

View File

@@ -429,7 +429,7 @@ void EmulatorWindow::ShowCommitID() {
"https://github.com/xenia-project/xenia/pull/" XE_BUILD_PR_NUMBER);
#else
LaunchWebBrowser(
"https://github.com/xenia-project/xenia/commit/" XE_BUILD_COMMIT "/");
"https://github.com/xenia-project/xenia/commit/" XE_BUILD_COMMIT);
#endif
}