Closed
Description
private const string DefaultUrl = "https://aka.ms/tlc-resources/";
private static string TlcResourcesUrl
we have this TLC mentions in https://github.com/dotnet/machinelearning/blob/master/src/Microsoft.ML.Core/Utilities/ResourceManagerUtils.cs
and it would be nice to rename them to something ml.net specific.
In same time we need to make sure default url should point to valid location (we can't just rename it in code, we also need to update aka.ms)