diff --git a/aspnetmvc/ListBox/Getting-Started.md b/aspnetmvc/ListBox/Getting-Started.md index 5467cbc81..84ba17946 100644 --- a/aspnetmvc/ListBox/Getting-Started.md +++ b/aspnetmvc/ListBox/Getting-Started.md @@ -32,7 +32,7 @@ EssentialASP.NET MVCListBox control renders with built-in features. The following steps are used to create ListBox control. -1. You can create an MVC Project and add necessary assembly with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/listbox/getting-started) Documentation. +1. You can create an MVC Project and add necessary assembly with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/listbox/getting-started) Documentation. 2. Please add the below code in your layout._cshtml page to add necessary script and CSS files to render the ListBox control. ~~~ cshtml diff --git a/aspnetmvc/Maps/Map-Providers.md b/aspnetmvc/Maps/Map-Providers.md index d66af28cf..e25ec5c54 100644 --- a/aspnetmvc/Maps/Map-Providers.md +++ b/aspnetmvc/Maps/Map-Providers.md @@ -74,7 +74,7 @@ You can enable this feature by defining the `LayerType` as "Bing". ### Key -The bing Map Key is provided as input to this `key` property. The Bing Map key can be obtained from [http://www.microsoft.com/maps/create-a-bing-maps-key.aspx](http://www.microsoft.com/maps/create-a-bing-maps-key.aspx). +The bing Map Key is provided as input to this `key` property. The Bing Map key can be obtained from [https://www.microsoft.com/en-us/maps/create-a-bing-maps-key](https://www.microsoft.com/en-us/maps/create-a-bing-maps-key). 