Skip to content

Commit ad3b982

Browse files
committedMar 17, 2025
removed link to demo site
demo site will be deprecated soon
1 parent 85f85b4 commit ad3b982

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed
 

‎Static/404.html

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
4242
<li class="nav-item">
4343
<a class="nav-link" target="_blank" href="https://docs.azuremaps.com" title="Azure Maps Documentation">Docs</a>
4444
</li>
45-
<li class="nav-item">
46-
<a class="nav-link" target="_blank" href="https://demo.azuremaps.com" title="Azure Maps Demo">Demo</a>
47-
</li>
4845
<li class="nav-item">
4946
<a class="nav-link" target="_blank" href="https://blog.azuremaps.com" title="Azure Maps Blog">Blog</a>
5047
</li>

‎Static/index.html

+1-9
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,13 @@
121121
<li class="nav-item">
122122
<a class="nav-link" target="_blank" href="https://docs.azuremaps.com" title="Azure Maps Documentation" >Docs</a>
123123
</li>
124-
<li class="nav-item">
125-
<a class="nav-link" target="_blank" href="https://demo.azuremaps.com" title="Azure Maps Demo" >Demo</a>
126-
</li>
127124
<li class="nav-item">
128125
<a class="nav-link" target="_blank" href="https://blog.azuremaps.com" title="Azure Maps Blog" >Blog</a>
129126
</li>
130127
<li class="nav-item">
131128
<a class="nav-link" target="_blank" href="https://updates.azuremaps.com" title="Azure Maps Updates" >Updates</a>
132129
</li>
133-
<!-- <li class="nav-item dropdown">
130+
<!-- <li class="nav-item dropdown">
134131
<a class="nav-link dropdown-toggle" href="#" id="categoryDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false" >
135132
Categories
136133
</a>
@@ -184,7 +181,6 @@ <h5>Store Locator</h5>
184181
<div class="carousel-caption text-start text-white">
185182
<h5>3D Layer</h5>
186183
<p><strong>Add 2D and 3D layers to the map using WebGL.</strong></p>
187-
<p><a class="btn btn-info" target="_blank" href="https://demo.azuremaps.com">Azure Maps Demo</a></p>
188184
</div>
189185
</div>
190186
</div>
@@ -194,7 +190,6 @@ <h5>3D Layer</h5>
194190
<div class="carousel-caption text-start text-white">
195191
<h5>Weather</h5>
196192
<p><strong>Use current or historical weather information.</strong></p>
197-
<p><a class="btn btn-info" target="_blank" href="https://demo.azuremaps.com">Azure Maps Demo</a></p>
198193
</div>
199194
</div>
200195
</div>
@@ -204,7 +199,6 @@ <h5>Weather</h5>
204199
<div class="carousel-caption text-start text-black">
205200
<h5>Satellite Images</h5>
206201
<p><strong>See the world in high resolution.</strong></p>
207-
<p><a class="btn btn-info" target="_blank" href="https://demo.azuremaps.com">Azure Maps Demo</a></p>
208202
</div>
209203
</div>
210204
</div>
@@ -214,7 +208,6 @@ <h5>Satellite Images</h5>
214208
<div class="carousel-caption text-start text-black">
215209
<h5>Traffic</h5>
216210
<p><strong>Live traffic and accident information.</strong></p>
217-
<p><a class="btn btn-info" target="_blank" href="https://demo.azuremaps.com">Azure Maps Demo</a></p>
218211
</div>
219212
</div>
220213
</div>
@@ -224,7 +217,6 @@ <h5>Traffic</h5>
224217
<div class="carousel-caption text-start text-white">
225218
<h5>Travel Times</h5>
226219
<p><strong>Calculate travel time using an isochrone.</strong></p>
227-
<p><a class="btn btn-info" target="_blank" href="https://demo.azuremaps.com">Azure Maps Demo</a></p>
228220
</div>
229221
</div>
230222
</div>

‎Static/samples.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function showSampleCards() {
2727
}
2828
}
2929

30-
// Show sample search resiult from url if any
30+
// Show sample search result from url if any
3131
function showSearchFromUrl() {
3232
var search = $.QueryString.search;
3333
if (search) {

0 commit comments

Comments
 (0)
Please sign in to comment.