Skip to content

Commit a1407ab

Browse files
Merge pull request #266901 from stevemunk/fix-broken-links
fix broken links
2 parents c459870 + 115a55c commit a1407ab

7 files changed

+6
-6
lines changed

articles/azure-maps/how-to-creator-wfs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ After the response returns, copy the feature `id` for one of the `unit` features
113113
> [!div class="nextstepaction"]
114114
> [How to create a feature stateset]
115115
116+
[Check the dataset creation status]: tutorial-creator-indoor-maps.md#check-the-dataset-creation-status
116117
[datasets]: /rest/api/maps-creator/dataset
117118
[WFS API]: /rest/api/maps-creator/wfs
118119
[Web Feature Service (WFS)]: /rest/api/maps-creator/wfs

articles/azure-maps/migrate-from-bing-maps-web-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1738,6 +1738,7 @@ Learn more about migrating from Bing Maps to Azure Maps.
17381738
[Load a map]: #load-a-map
17391739
[Localization support in Azure Maps]: supported-languages.md
17401740
[Localizing the map]: #localizing-the-map
1741+
[Microsoft Entra ID]: /entra/fundamentals/whatis
17411742
[ng-azure-maps]: https://github.com/arnaudleclerc/ng-azure-maps
17421743
[OpenLayers plugin]: /samples/azure-samples/azure-maps-OpenLayers/azure-maps-OpenLayers-plugin
17431744
[OpenLayers]: https://openlayers.org/

articles/azure-maps/migrate-from-bing-maps.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Learn the details of how to migrate your Bing Maps application with these articl
153153
> [!div class="nextstepaction"]
154154
> [Migrate a web app]
155155
156-
[Azure Active Directory authentication]: azure-maps-authentication.md#azure-ad-authentication
157156
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
158157
[Azure Maps Blog]: https://aka.ms/AzureMapsTechBlog
159158
[Azure Maps code samples]: https://samples.azuremaps.com/

articles/azure-maps/migrate-from-google-maps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ Learn the details of how to migrate your Google Maps application with these arti
123123
> [!div class="nextstepaction"]
124124
> [Migrate a web app](migrate-from-google-maps-web-app.md)
125125
126-
[Azure Active Directory authentication]: azure-maps-authentication.md#azure-ad-authentication
127126
[Azure Maps account]: quick-demo-map-app.md#create-an-azure-maps-account
128127
[Azure Maps Blog]: https://aka.ms/AzureMapsBlog
129128
[Azure Maps developer forums]: https://aka.ms/AzureMapsForums
@@ -139,6 +138,7 @@ Learn the details of how to migrate your Google Maps application with these arti
139138
[Azure support options]: https://azure.microsoft.com/support/options
140139
[free account]: https://azure.microsoft.com/free/
141140
[Manage authentication in Azure Maps]: how-to-manage-authentication.md
141+
[Microsoft Entra authentication]: azure-maps-authentication.md#microsoft-entra-authentication
142142
[Microsoft learning center shows]: https://aka.ms/AzureMapsVideos
143143
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
144144
[terms of use]: https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=46

articles/azure-maps/open-source-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Find more open-source Azure Maps projects.
110110
[Azure Maps Jupyter Notebook samples]: https://github.com/Azure-Samples/Azure-Maps-Jupyter-Notebook
111111
[Azure Maps Leaflet plugin]: https://github.com/azure-samples/azure-maps-leaflet
112112
[Azure Maps OpenLayers plugin]: https://github.com/azure-samples/azure-maps-openlayers
113+
[Azure Maps Open Source Projects]: https://github.com/Microsoft/Maps/blob/master/AzureMaps.md
113114
[Azure Maps Overview Map module]: https://github.com/Azure-Samples/azure-maps-overview-map
114115
[Azure Maps Scale Bar Control module]: https://github.com/Azure-Samples/azure-maps-scale-bar-control
115116
[Azure Maps Selection Control module]: https://github.com/Azure-Samples/azure-maps-selection-control

articles/azure-maps/schema-stateset-stylesobject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ Learn more about Creator for indoor maps by reading:
251251
[`StyleObject`]: #styleobject
252252
[Creator for indoor maps]: creator-indoor-maps.md
253253
[Feature State service]: /rest/api/maps-creator/feature-state
254-
[Implement dynamic styling for Creator  indoor maps]: indoor-map-dynamic-styling.md
254+
[Implement dynamic styling for Creator indoor maps]: indoor-map-dynamic-styling.md
255255
[RangeObject]: #rangeobject
256256
[What is Azure Maps Creator?]: about-creator.md

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The following table displays the combined historical and forecast data for one o
144144
grouped_weather_data.get_group(station_ids[0]).reset_index()
145145
```
146146

147-
<center>![Grouped data](./media/weather-service-tutorial/grouped-data.png)</center>
147+
![Grouped data](./media/weather-service-tutorial/grouped-data.png)
148148

149149
## Plot forecast data
150150

@@ -169,9 +169,7 @@ windsPlot.set_ylabel("Wind direction")
169169

170170
The following graphs visualize the forecast data. For the change of wind speed, see the left graph. For change in wind direction, see the right graph. This data is prediction for next 15 days from the day the data is requested.
171171

172-
<center>
173172
![Wind speed plot](./media/weather-service-tutorial/speed-date-plot.png) ![Wind direction plot](./media/weather-service-tutorial/direction-date-plot.png)
174-
</center>
175173

176174
In this tutorial, you learned how to call Azure Maps REST APIs to get weather forecast data. You also learned how to visualize the data on graphs.
177175

0 commit comments

Comments
 (0)