Skip to content

Commit 9f98e64

Browse files
minor content edit
1 parent 2319f67 commit 9f98e64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apis_and_structured_data.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h2>Web Services</h2>
258258
you should see a link to the REST API on the right labled URL.
259259
<ol>
260260
<li>Navigating to this page will bring you to the <a href="https://services9.arcgis.com/RHVPKKiFTONKtxq3/arcgis/rest/services/NOAA_METAR_current_wind_speed_direction_v1/FeatureServer">REST Services Directory</a>.</li>
261-
<li>From here, clicking the Layers link for <a href="https://services9.arcgis.com/RHVPKKiFTONKtxq3/ArcGIS/rest/services/NOAA_METAR_current_wind_speed_direction_v1/FeatureServer/0">stations</a>,
261+
<li>From here, clicking the Layers link for <a href="https://services9.arcgis.com/RHVPKKiFTONKtxq3/ArcGIS/rest/services/NOAA_METAR_current_wind_speed_direction_v1/FeatureServer/0">stations</a>
262262
will bring you to the Layer page for the station data.</li>
263263
<li>On the bottom of this page is the link to query the data.
264264
Clicking the <b>query</b> link reveals the <a href="https://services9.arcgis.com/RHVPKKiFTONKtxq3/ArcGIS/rest/services/NOAA_METAR_current_wind_speed_direction_v1/FeatureServer/0/query">Query:Stations</a> form.<br>
@@ -273,7 +273,7 @@ <h2>Web Services</h2>
273273
<li>Then click <b>Query (GET)</b></li>
274274
</ol>
275275
We'll use this URL in the next lesson.<br/>
276-
Note: if you only want to return one record, set "Result Record Count:" to 1. Great to testing large datasets
276+
Note: if you only want to return one record, set "Result Record Count:" to 1. Great to testing large datasets!
277277
</p>
278278
The complete code for this example is available at <a href="examples/lesson_3/">lesson 3</a>.
279279

0 commit comments

Comments
 (0)