Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed Mar 29, 2024
1 parent dc06972 commit d40ba2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Download???
https://github.com/LoL-Fantome/cslol-manager/releases
https://github.com/LeagueToolkit/cslol-manager/releases

# Windows 10+ only
Please update to windows 10 or 11!

# About CustomSkin for LoL manager
Mod manager for League of legends using [Fantome mod format](https://github.com/LoL-Fantome/Fantome/wiki/Mod-File-Format).
Mod manager for League of legends using [Fantome mod format](https://github.com/LeagueToolkit/Fantome/wiki/Mod-File-Format).
![Main window](docs/manager-0.png)
![Editing info](docs/manager-1.png)
![Editing files](docs/manager-2.png)
Expand Down
4 changes: 2 additions & 2 deletions src/qml/CSLOLDialogUpdate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dialog {
}
onOpened: window.show()

property string update_url: "https://github.com/LoL-Fantome/cslol-manager/releases/latest"
property string update_url: "https://github.com/LeagueToolkit/cslol-manager/releases/latest"
property int lastUpdateUTCMinutes: 0

onAccepted: Qt.openUrlExternally(update_url)
Expand Down Expand Up @@ -49,7 +49,7 @@ Dialog {
return
}
lastUpdateUTCMinutes = cur_time
let url = "https://api.github.com/repos/LoL-Fantome/cslol-manager";
let url = "https://api.github.com/repos/LeagueToolkit/cslol-manager";
makeRequest(url + "/releases", function(releases) {
for (let index in releases) {
let release = releases[index]
Expand Down

0 comments on commit d40ba2f

Please sign in to comment.