Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OsmSharp.IO.API/ClientsFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class ClientsFactory : IClientsFactory
/// <summary>
/// The URL of the production instance of OSM's API. Use with care.
/// </summary>
public const string PRODUCTION_URL = @"https://www.openstreetmap.org/api/";
public const string PRODUCTION_URL = @"https://api.openstreetmap.org/api/";

/// <summary>
/// The URL of the development instance of OSM's API. The correct place to do testing.
Expand Down
Loading