Skip to content

Commit 391f673

Browse files
Merge pull request #351 from syncfusion-content/SEO-172685-asp-net-core-redirection-tool-fixes-2
Merged #351 into hotfix
2 parents e51fe95 + 8fbd9fa commit 391f673

28 files changed

+66
-66
lines changed

aspnet-core/ListBox/Keyboard-interaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortcut Key</th><th>
2020
Description</th></tr>
2121
<tr>
2222
<td>
23-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
23+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
2424
Focuses into the ListBox text box</td></tr>
2525
<tr>
2626
<td>

aspnet-core/Maps/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To begin, create a new ASP.NET Core project Web application.
2323

2424
#### Preparing Shape Data
2525

26-
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
26+
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
2727

2828
In this example, USA shape is used as shape data by utilizing the `United States of America.json` file in the following folder structure obtained from downloaded Maps_GeoJSON folder.
2929

aspnet-core/Maps/Map-Providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ key="// ...bingMapKey">
6464

6565
### Key
6666

67-
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).
67+
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](https://www.microsoft.com/en-us/maps/create-a-bing-maps-key).
6868

6969

7070
![](Map-Providers_images/Map-Providers_img2.png)

aspnet-core/Maps/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Some of the Maps control use case scenarios:
2929

3030
* `Layers` - Map is maintained through Layers and it can accommodate one or more layers.
3131
* `Map Providers Support` - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
32-
* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
32+
* `GeoJSON Data Input` - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
3333
* `Map Elements Customization` - Map contains a set of elements, including shapes, bubbles, markers, legend, labels and data items that can be visualized with customized appearance showing additional information on the map using bound data.
3434
* `User Interaction` - Options like zooming, panning and map selection enables the effective interaction on map elements.
3535

aspnet-core/Maps/Populate-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this section you can learn how to populate shape data for providing Data inpu
1313

1414
## Shape Data
1515

16-
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
16+
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
1717

1818
In this example, USA shape is used as shape data by utilizing the “United States of America.json” file in the following folder structure obtained from downloaded Maps_GeoJSON folder.
1919

aspnet-core/MaskEdit/Behavior-Settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ The MaskEditTextBox provides support for adding HTML attributes to the component
396396

397397
#### Configure HTMLAttributes property
398398

399-
1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](http://en.wikipedia.org/wiki/Access_key) attribute. While pressing the “AccessKey” and “J” keys, MaskEditTextBox will gain focus.
399+
1. In the View page add MaskEditTextBox helper, and configure the HtmlAttributes property. Here we have added the [Access key](https://en.wikipedia.org/wiki/Access_key) attribute. While pressing the “AccessKey” and “J” keys, MaskEditTextBox will gain focus.
400400

401401

402402

aspnet-core/NumericTextBox/Keyboard-Interaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Shortcut Key</th><th>
2222
Description</th></tr>
2323
<tr>
2424
<td>
25-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
25+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
2626
Focuses the control</td></tr>
2727
<tr>
2828
<td>
@@ -56,6 +56,6 @@ In the View page add the below code. Set the access key property to the NumericT
5656

5757
{% endhighlight %}
5858

59-
Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.
59+
Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the NumericTextBox widget. Perform provided functionality by using keyboard shortcuts.
6060

6161
![](Keyboard-Interaction_images/Keyboard-Interaction_img1.png)

aspnet-core/NumericTextBox/Localization-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation: ug
1414
The widget provides multi-language support using globalization. You can customize the NumericTextBox with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in NumericTextBox control.
1515

1616
More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
17-
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
17+
[http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
1818

1919
N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.
2020

aspnet-core/PercentageTextBox/Keyboard-Interaction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Shortcut Key</th><th>
2020
Description</th></tr>
2121
<tr>
2222
<td>
23-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
23+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j</td><td>
2424
Focuses the control</td></tr>
2525
<tr>
2626
<td>
@@ -54,6 +54,6 @@ percentAttribute.Add("accesskey", "k");
5454

5555
{% endhighlight %}
5656

57-
Run the above example and press [Access key](http://en.wikipedia.org/wiki/Access_key) + j key to focus the PercentageTextBox widget. Perform provided functionality by using keyboard shortcuts.
57+
Run the above example and press [Access key](https://en.wikipedia.org/wiki/Access_key) + j key to focus the PercentageTextBox widget. Perform provided functionality by using keyboard shortcuts.
5858

5959
![](Keyboard-Interaction_images/Keyboard-Interaction_img1.png)

aspnet-core/PercentageTextBox/Localization-Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ documentation: ug
1414
The **PercentageTextBox** widget provides multi-language support using globalization. You can customize the **PercentageTextBox** with your own language style by using this feature. You can change the globalization by using the **locale** property. The default value for **locale** property is **en-US** in **PercentageTextBox** control.
1515

1616
More than 350 culture specific files are available to localize the value. To know more about EJ globalize support, please refer the below link
17-
[http://help.syncfusion.com/js/localization](http://help.syncfusion.com/js/localization)
17+
[http://help.syncfusion.com/js/localization](https://help.syncfusion.com/js/localization)
1818

1919
N> All the culture-specific script files are available within the below specified location, once you have installed Essential Studio in your machine, therefore it is not necessary to download these files explicitly.
2020

0 commit comments

Comments
 (0)