Fix: Update links to Freedom-Loader-Site in documentation and IPC handlers

This commit is contained in:
MasterAcnolo
2026-04-13 20:20:47 +02:00
parent 6ff0c71be7
commit 83ac76381a
4 changed files with 10 additions and 10 deletions

View File

@@ -73,10 +73,10 @@ function registerIpcHandlers(getMainWindow) {
);
ipcMain.on("open-logs", () => logDir && shell.openPath(logDir));
ipcMain.on("open-website", () =>
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/")
shell.openExternal("https://masteracnolo.github.io/Freedom-Loader-Site/")
);
ipcMain.on("open-wiki", () =>
shell.openExternal("https://masteracnolo.github.io/FreedomLoader/wiki")
shell.openExternal("https://masteracnolo.github.io/Freedom-Loader-Site/wiki")
);
ipcMain.on("open-workshop", () =>
shell.openExternal("https://masteracnolo.github.io/Freedom-Loader-Workshop")