Skip to content

Commit 5ce8f8a

Browse files
committed
moved to main GitHub branch
1 parent d1f5b5b commit 5ce8f8a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Build/SampleBuilder/appsettings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"StaticFolder": "C:\\GitHub\\AzureMapsCodeSamples\\Static",
44
"PublishFolder": "C:\\Temp",
55
"SiteUrl": "https://samples.azuremaps.com",
6-
"GitHub": "https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/vnext/Samples",
6+
"GitHub": "https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/main/Samples",
77
"RemoveFromTitle": " - Azure Maps Web SDK Samples"
88
}

Static/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h1 class="fw-light">Error 404</h1>
8181
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-black" title="Privacy">Privacy</a></li>
8282
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-black" title="Manage cookies">Manage cookies</a></li>
8383
</ul>
84-
<p class="mb-0">Azure Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" title="GitHub" class="link-secondary">download</a> and customize it for yourself!</p>
84+
<p class="mb-0">Azure Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary">Microsoft</a>, but please <a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/" title="GitHub" class="link-secondary">download</a> and customize it for yourself!</p>
8585
<p class="mb-0">New to Azure Maps? <a href="https://azuremaps.com" title="About Azure Maps" class="link-secondary">Visit the homepage</a> or read our <a href="https://aka.ms/AzureMapsGettingStarted" title="Getting started guide">getting started guide</a>.</p>
8686
</div>
8787
</footer>

Static/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Azure Maps Samples</h1>
167167
Welcome to the Azure Maps Web Control V2 Code Sample Gallery. This is a collection of <strong>{numberOfSamples}</strong> code samples that have been made open source on GitHub. Build your location-aware solutions with a seamless development experience. Easily integrate open source and other map controls, as well as Open Geospatial Consortium standards, such as GeoJSON and KML.
168168
</p>
169169
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
170-
<a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" target="_blank" class="btn btn-info btn-lg px-4 me-md-2" tabindex="200">Open GitHub Project</a>
170+
<a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/" target="_blank" class="btn btn-info btn-lg px-4 me-md-2" tabindex="200">Open GitHub Project</a>
171171
<a href="https://aka.ms/AzureMapsGettingStarted" target="_blank" class="btn btn-outline-secondary btn-lg px-4" tabindex="201">Getting Started</a>
172172
</div>
173173
</div>
@@ -191,7 +191,7 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Azure Maps Samples</h1>
191191
<li class="nav-item"><a href="https://go.microsoft.com/fwlink/?LinkID=206977" class="nav-link px-2 text-black" title="Privacy" tabindex="451">Privacy</a></li>
192192
<li class="nav-item"><a href="#" onclick="siteConsent.manageConsent()" class="nav-link px-2 text-black" title="Manage cookies" tabindex="452">Manage cookies</a></li>
193193
</ul>
194-
<p class="mb-0">Azure Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary" tabindex="400">Microsoft</a>, but please <a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/tree/vnext" title="GitHub" tabindex="401" class="link-secondary">download</a> and customize it for yourself!</p>
194+
<p class="mb-0">Azure Maps &copy; <a href="https://www.microsoft.com/" title="Microsoft Corporation" class="link-secondary" tabindex="400">Microsoft</a>, but please <a href="https://github.com/Azure-Samples/AzureMapsCodeSamples/" title="GitHub" tabindex="401" class="link-secondary">download</a> and customize it for yourself!</p>
195195
<p class="mb-0">New to Azure Maps? <a href="https://azuremaps.com" tabindex="402" title="About Azure Maps" class="link-secondary">Visit the homepage</a> or read our <a href="https://aka.ms/AzureMapsGettingStarted" tabindex="404" title="Getting started guide">getting started guide</a>.</p>
196196
</div>
197197
</footer>

0 commit comments

Comments
 (0)