url changes

- updated http urls to https when possible.
This commit is contained in:
Brett Hewitson 2022-07-12 16:01:52 +10:00
parent 11c411a557
commit c79ec023d8
23 changed files with 134 additions and 101 deletions

View file

@ -75,7 +75,7 @@ namespace ServerManagerTool.Common.Model
private set;
}
public string WorkshopUrl => $"http://steamcommunity.com/sharedfiles/filedetails/?id={WorkshopId}";
public string WorkshopUrl => $"https://steamcommunity.com/sharedfiles/filedetails/?id={WorkshopId}";
public static WorkshopFileItem GetItem(WorkshopFileDetail item)
{