Skip to content

Commit

Permalink
Editor: Use HTTPS in the link to config packs
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Feb 4, 2024
1 parent ca5a7ca commit 5fcf311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/data_configs/selection_dialog/config_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ bool ConfigManager::hasConfigPacks()
"Please download and install them into this directory<br>\n<br>\n%1<br>\n<br>\n"
"You can use any configuration package here:<br>%2")
.arg(AppPathManager::userAppDir() + "/configs")
.arg("<a href=\"http://wohlsoft.ru/config_packs/\">"
"http://wohlsoft.ru/config_packs/"
.arg("<a href=\"https://wohlsoft.ru/config_packs/\">"
"https://wohlsoft.ru/config_packs/"
"</a>")
);
QSize mSize = msgBox.sizeHint();
Expand Down

0 comments on commit 5fcf311

Please sign in to comment.