Skip to content

Commit 3ecc185

Browse files
committed
Fixed links
1 parent 3dbd81b commit 3ecc185

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ df = pd.read_csv("./data/weather_dataset_demo.csv")
8888

8989
## Request daily forecast data
9090

91-
In our scenario, we would like to request daily forecast for each sensor location. The following script calls the [Daily Forecast API] of the Azure Maps Weather services. This API returns weather forecast for each wind turbine, for the next 15 days from the current date.
91+
In our scenario, we would like to request daily forecast for each sensor location. The following script calls the [Daily Forecast] API of the Azure Maps Weather services. This API returns weather forecast for each wind turbine, for the next 15 days from the current date.
9292

9393
```python
9494
subscription_key = "Your Azure Maps key"
@@ -212,13 +212,14 @@ For a complete list of Azure Maps REST APIs, see [Azure Maps REST APIs].
212212
> [!div class="nextstepaction"]
213213
> [Learn more about all the notebooks experiences from Microsoft and GitHub](https://visualstudio.microsoft.com/vs/features/notebooks-at-microsoft)
214214
215+
[aiohttp]: https://pypi.org/project/aiohttp/
215216
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
216217
[Azure Maps REST APIs]: /rest/api/maps
217218
[AzureMapsJupyterSamples]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook
218-
[Daily Forecast API]: /rest/api/maps/weather/getdailyforecast
219219
[Daily Forecast]: /rest/api/maps/weather/getdailyforecast
220220
[free account]: https://azure.microsoft.com/free/
221221
[Get Map Image service]: /rest/api/maps/render/get-map-static-image
222+
[IPython]: https://ipython.readthedocs.io/en/stable/index.html
222223
[Jupyter Notebook in VS Code]: https://code.visualstudio.com/docs/datascience/jupyter-notebooks
223224
[Jupyter Notebooks in VS Code]: https://code.visualstudio.com/docs/datascience/jupyter-notebooks
224225
[Manage authentication in Azure Maps]: how-to-manage-authentication.md

0 commit comments

Comments
 (0)