From d27935a1bd7d0d911dbcfcbc7673049d61585b0d Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Wed, 12 Apr 2023 19:37:53 -0700 Subject: [PATCH] Update URLs related towards cemu_graphic_packs repo. (#764) --- README.md | 2 +- src/gui/DownloadGraphicPacksWindow.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 723e64d3..01eb46fe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Cemu is currently only available for 64-bit Windows, Linux & macOS devices. #### Other relevant repositories: - [Cemu-Language](https://github.com/cemu-project/Cemu-Language) - - [Cemu's Community Graphic Packs](https://github.com/ActualMandM/cemu_graphic_packs) + - [Cemu's Community Graphic Packs](https://github.com/cemu-project/cemu_graphic_packs) ## Download diff --git a/src/gui/DownloadGraphicPacksWindow.cpp b/src/gui/DownloadGraphicPacksWindow.cpp index 08cd80a1..48c6290a 100644 --- a/src/gui/DownloadGraphicPacksWindow.cpp +++ b/src/gui/DownloadGraphicPacksWindow.cpp @@ -137,7 +137,7 @@ void DownloadGraphicPacksWindow::UpdateThread() { // cemu api request failed, use hardcoded github url cemuLog_log(LogType::Force, "Graphic pack update request failed or returned invalid URL. Using default repository URL instead"); - githubAPIUrl = "https://api.github.com/repos/slashiee/cemu_graphic_packs/releases/latest"; + githubAPIUrl = "https://api.github.com/repos/cemu-project/cemu_graphic_packs/releases/latest"; } // github API request if (curlDownloadFile(githubAPIUrl.c_str(), &tempDownloadState) == false)