Skip to content

Commit

Permalink
updated outdated URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffJacobson committed Apr 5, 2022
1 parent 020d023 commit b548eb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Data Contracts/ElcContracts/ElcSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Wsdot.Elc.Contracts
public class ElcSettings : IEquatable<ElcSettings>
{
private const string
_defaultUrl = "http://www.wsdot.wa.gov/geoservices/arcgis/rest/services/Shared/ElcRestSOE/MapServer/exts/ElcRestSoe",
_defaultUrl = "https://data.wsdot.wa.gov/arcgis/rest/services/Shared/ElcRestSOE/MapServer/exts/ElcRestSoe",
_defaultFindRouteLocationOperationName = "Find Route Locations",
_defaultFindNearestRouteLocationsOperationName = "Find Nearest Route Locations",
_defaultRoutesResourceName = "routes";
Expand Down
2 changes: 1 addition & 1 deletion Data Contracts/ElcContracts/MapServerInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Wsdot.Elc.Contracts
{
/// <summary>
/// <see href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Map_Service/02r3000000w2000000/"/>
/// <see href="https://developers.arcgis.com/rest/services-reference/enterprise/map-service.htm"/>
/// </summary>
[DataContract]
public class MapServerInfo
Expand Down
2 changes: 1 addition & 1 deletion Data Contracts/ElcContracts/RouteLayerQueryResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Wsdot.Elc.Contracts
#pragma warning disable IDE1006 // Naming Styles
#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
/// <summary>
/// <see href="http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/"/>
/// <see href="https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm"/>
/// </summary>
[DataContract]
public class RouteLayerQueryResponseFeature
Expand Down

0 comments on commit b548eb6

Please sign in to comment.