diff --git a/OsmSharp.IO.API/ClientsFactory.cs b/OsmSharp.IO.API/ClientsFactory.cs index ebdcdba..2f787f7 100644 --- a/OsmSharp.IO.API/ClientsFactory.cs +++ b/OsmSharp.IO.API/ClientsFactory.cs @@ -9,7 +9,7 @@ public class ClientsFactory : IClientsFactory /// /// The URL of the production instance of OSM's API. Use with care. /// - public const string PRODUCTION_URL = @"https://www.openstreetmap.org/api/"; + public const string PRODUCTION_URL = @"https://api.openstreetmap.org/api/"; /// /// The URL of the development instance of OSM's API. The correct place to do testing.