diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 436818d..449cf5b 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -9,8 +9,8 @@ assignees: 'MasterAcnolo' ## Pre-submission Checklist -- [ ] I have checked the [FAQ](https://masteracnolo.github.io/FreedomLoader/pages/faq.html) -- [ ] I have reviewed the [Wiki](https://masteracnolo.github.io/FreedomLoader/pages/wiki.html) +- [ ] I have checked the [FAQ](https://masteracnolo.github.io/Freedom-Loader-Site/pages/faq) +- [ ] I have reviewed the [Wiki](https://masteracnolo.github.io/Freedom-Loader-Site/pages/wiki) - [ ] I have searched existing issues ## Question diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8078a7e..fca3c0f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -148,8 +148,8 @@ See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for details. ## Questions? -- Check the [FAQ](https://masteracnolo.github.io/FreedomLoader/pages/faq.html) -- Review the [Wiki](https://masteracnolo.github.io/FreedomLoader/pages/wiki.html) +- Check the [FAQ](https://masteracnolo.github.io/Freedom-Loader-Site/faq) +- Review the [Wiki](https://masteracnolo.github.io/Freedom-Loader-Site/wiki) - Open a [Question issue](https://github.com/MasterAcnolo/Freedom-Loader/issues/new/choose) --- diff --git a/README.md b/README.md index 1fd3344..98b57e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
- Banner @@ -9,7 +9,7 @@ [![Release](https://img.shields.io/badge/Release-1.5.0-blue?style=for-the-badge)](https://github.com/MasterAcnolo/Freedom-Loader/releases) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-red.svg?style=for-the-badge)](https://www.gnu.org/licenses/gpl-3.0) -[![Website](https://img.shields.io/badge/Website-Visit-404040?style=for-the-badge)](https://masteracnolo.github.io/FreedomLoader/) +[![Website](https://img.shields.io/badge/Website-Visit-404040?style=for-the-badge)](https://masteracnolo.github.io/Freedom-Loader-Site/) [![Workshop](https://img.shields.io/badge/Worshop-Visit-0E05A1?style=for-the-badge)](https://masteracnolo.github.io/Freedom-Loader-Workshop/) @@ -25,7 +25,7 @@ The primary goal is to make media downloading accessible to users who want offli ### See related repo: -- **[Website](https://masteracnolo.github.io/FreedomLoader/)** - Official project website and documentation +- **[Website](https://masteracnolo.github.io/Freedom-Loader-Site/)** - Official project website and documentation - **[Workshop](https://masteracnolo.github.io/Freedom-Loader-Workshop/)** - Theme creation tool and theme browser ## Table of Contents @@ -457,6 +457,6 @@ You are free to use, modify, and redistribute this software under the terms of t **Freedom Loader** - Put freedom in your downloads -[Website](https://masteracnolo.github.io/FreedomLoader/) • [Download](https://github.com/MasterAcnolo/Freedom-Loader/releases) • [Documentation](https://masteracnolo.github.io/FreedomLoader/wiki) • [Report Bug](https://github.com/MasterAcnolo/Freedom-Loader/issues) +[Website](https://masteracnolo.github.io/Freedom-Loader-Site/) • [Download](https://github.com/MasterAcnolo/Freedom-Loader/releases) • [Documentation](https://masteracnolo.github.io/Freedom-Loader-Site/wiki) • [Report Bug](https://github.com/MasterAcnolo/Freedom-Loader/issues)
\ No newline at end of file diff --git a/app/ipcHandlers.js b/app/ipcHandlers.js index cd537f2..25490d0 100644 --- a/app/ipcHandlers.js +++ b/app/ipcHandlers.js @@ -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")