Skip to content

Commit 3dbd81b

Browse files
committed
minor.
1 parent 9659ed6 commit 3dbd81b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/azure-maps/tutorial-ev-routing.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,12 +274,13 @@ In this tutorial, you learned how to call Azure Maps REST APIs directly and visu
274274

275275
For more information on the Azure Maps APIs used in this tutorial, see:
276276

277+
* [Get Route Directions]
277278
* [Get Route Range]
279+
* [Post Route Matrix]
278280
* [Post Search Inside Geometry]
279281
* [Render - Get Map Image]
280-
* [Post Route Matrix]
281-
* [Get Route Directions]
282-
* [Azure Maps REST APIs]
282+
283+
For a complete list of Azure Maps REST APIs, see [Azure Maps REST APIs].
283284

284285
## Next steps
285286

@@ -291,8 +292,8 @@ For more information on the Azure Maps APIs used in this tutorial, see:
291292
[Azure Maps REST APIs]: /rest/api/maps
292293
[AzureMapsJupyterSamples]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook
293294
[EVrouting.ipynb]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/blob/master/AzureMapsJupyterSamples/Tutorials/EV%20Routing%20and%20Reachable%20Range/EVrouting.ipynb
294-
[Get Map Image]: /rest/api/maps/render/get-map-static-image
295295
[Get Map Image service]: /rest/api/maps/render/get-map-static-image
296+
[Get Map Image]: /rest/api/maps/render/get-map-static-image
296297
[Get Route Directions]: /rest/api/maps/route/getroutedirections
297298
[Get Route Range]: /rest/api/maps/route/getrouterange
298299
[IPython]: https://ipython.readthedocs.io/en/stable/index.html

articles/azure-maps/weather-service-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ For a complete list of Azure Maps REST APIs, see [Azure Maps REST APIs].
213213
> [Learn more about all the notebooks experiences from Microsoft and GitHub](https://visualstudio.microsoft.com/vs/features/notebooks-at-microsoft)
214214
215215
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
216-
[Azure Maps REST APIs]: consumption-model.md
216+
[Azure Maps REST APIs]: /rest/api/maps
217217
[AzureMapsJupyterSamples]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook
218218
[Daily Forecast API]: /rest/api/maps/weather/getdailyforecast
219219
[Daily Forecast]: /rest/api/maps/weather/getdailyforecast
@@ -225,7 +225,7 @@ For a complete list of Azure Maps REST APIs, see [Azure Maps REST APIs].
225225
[Render - Get Map Image]: /rest/api/maps/render/get-map-static-image
226226
[Setting up your environment]: https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_setting-up-your-environment
227227
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
228+
[Visual Studio Code]: https://code.visualstudio.com/
228229
[Weather Maps Jupyter Notebook repository]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/tree/master/AzureMapsJupyterSamples/Tutorials/Analyze%20Weather%20Data
229230
[weather_dataset_demo.csv]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/tree/master/AzureMapsJupyterSamples/Tutorials/Analyze%20Weather%20Data/data
230-
[Visual Studio Code]: https://code.visualstudio.com/
231231
[weatherDataMaps.ipynb]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook/blob/master/AzureMapsJupyterSamples/Tutorials/Analyze%20Weather%20Data/weatherDataMaps.ipynb

0 commit comments

Comments
 (0)