Skip to content

Commit 6a9bf1b

Browse files
Merge pull request #353 from syncfusion-content/SEO-172685-asp-net-core-redirection-tool-fixes-4
Merged #353 into hotfix
2 parents 8e76b84 + e67284a commit 6a9bf1b

23 files changed

+61
-61
lines changed

aspnet-core/Configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ documentation: ug
99

1010
# Configuring Syncfusion Bower Packages
1111

12-
[Bower](http://bower.io) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
12+
[Bower](https://bower.io/) is a package manager for the Web. Syncfusion Bower package allows you to use the Syncfusion JavaScript Widgets in an efficient way.
1313

1414
I>Syncfusion JavaScript Bower package is available as [public Git Repository](https://github.com/syncfusion/JavaScript-Widgets) and also registered as Syncfusion-JavaScript in the Bower registry.
1515

1616
### Bower Installation
1717

18-
To configure the Bower in your machine you need to install [node, npm](http://nodejs.org) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](http://bower.io/#install-bower).
18+
To configure the Bower in your machine you need to install [node, npm](https://nodejs.org/) and [git](http://git-scm.org). For more information to configure the Bower package please refer the official site for [bower](https://bower.io/).
1919
Syncfusion JavaScript Bower package can be configured in the following ways.
2020

2121
1. Using command prompt.
@@ -88,7 +88,7 @@ Syncfusion JavaScript npm package is available as [public Git Repository](https:
8888

8989
### Syncfusion npm Installation
9090

91-
To configure the npm, install the [Nodejs](http://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node).
91+
To configure the npm, install the [Nodejs](https://nodejs.org/) and update the npm. For more information to configure the npm packages refer the official site of [npm](https://docs.npmjs.com/getting-started/installing-node/).
9292

9393
syncfusion-javascript npm package can be configured in following ways.
9494

@@ -167,7 +167,7 @@ npm update
167167

168168
### Overview
169169

170-
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es6-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
170+
JSPM is a package manager for [SystemJS universal module loader](https://github.com/systemjs/systemjs), built on top of the dynamic [ES6 module loader](https://github.com/ModuleLoader/es-module-loader). This can load any module format (ES6, AMD, CommonJS and globals) directly from any registry such as npm and GitHub with flat versioned dependency management. Any custom registry endpoints can be created through the Registry API.
171171

172172
### Syncfusion JavaScript JSPM
173173

aspnet-core/Core-Concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Find the steps to configure the Syncfusion Components to particular language fro
256256

257257
## Accessibility
258258

259-
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/PF/aria-practices/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
259+
All the Essential JS UI widgets provide built-in compliance with the WAI-ARIA specifications. This ensures that the widgets work properly with assistive technologies. [WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/) compliance for the widgets have been achieved by providing proper keyboard navigation support as well as by defining the required ARIA attributes to the DOM elements.
260260

261261
For example, the ejButton widget, when created through JavaScript code will render in the web browser with HTML DOM elements (along with the assigned built-in ARIA attributes) as shown below,
262262

aspnet-core/Tooltip/Customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ None (Default)<br/></td><td>
135135
No effect takes place<br/></td></tr>
136136
</table>
137137

138-
Let's create a Tooltip that slides down when shown using the [animation](http://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
138+
Let's create a Tooltip that slides down when shown using the [animation](https://help.syncfusion.com/js/api/ejtooltip#members:animation) property:
139139

140140
{% highlight CSHTML %}
141141

@@ -151,7 +151,7 @@ Let's create a Tooltip that slides down when shown using the [animation](http://
151151

152152
### Custom Animation
153153

154-
Custom animation effect for both Tooltip show/hide can also be done by [show](http://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](http://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
154+
Custom animation effect for both Tooltip show/hide can also be done by [show](https://help.syncfusion.com/js/api/ejtooltip#methods:show) and [hide](https://help.syncfusion.com/js/api/ejtooltip#methods:hide) method.
155155

156156
Show or Hide method may receive an optional 'callback' parameter, which represents a function you'd like to call which will animate the tooltip.
157157

@@ -233,7 +233,7 @@ Tooltip will be hidden when mouse leaves the target element.<br/></td></tr>
233233

234234
### Auto
235235

236-
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](http://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
236+
The tooltip will be visible only for the period of time specified in the [autoCloseTimeout](https://help.syncfusion.com/js/api/ejtooltip#members:autoclosetimeout).
237237

238238
Let see an example, this Tooltip will only hide after hovering the target for 2000ms
239239

aspnet-core/Tooltip/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Apply the following style sheet
8787

8888
## Setting Dimensions
8989

90-
Tooltip dimensions can be set using [width](http://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](http://help.syncfusion.com/js/api/ejtooltip#members:height) API.
90+
Tooltip dimensions can be set using [width](https://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](https://help.syncfusion.com/js/api/ejtooltip#members:height) API.
9191

9292
{% highlight CSHTML %}
9393

aspnet-core/TreeMap/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can populate the TreeMap data inside the controller. For example, you can po
121121

122122

123123

124-
N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population)
124+
N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population)
125125

126126
## Initialize TreeMap
127127

aspnet-core/TreeView/Checkboxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ You can use [isNodeChecked](https://help.syncfusion.com/api/js/ejtreeview#method
6161

6262
## Get checked nodes
6363

64-
To get the checked nodes of tree view, use the [getCheckedNodes](http://help.syncfusion.com/js/api/ejtreeview#methods:getcheckednodes) method. It returns the collection of checked tree nodes. Also you can get currently checked nodes indexes in TreeView by using [getCheckedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getcheckednodesindex) method.
64+
To get the checked nodes of tree view, use the [getCheckedNodes](https://help.syncfusion.com/js/api/ejtreeview#methods:getcheckednodes) method. It returns the collection of checked tree nodes. Also you can get currently checked nodes indexes in TreeView by using [getCheckedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getcheckednodesindex) method.
6565

6666
{% highlight CSHTML %}
6767

aspnet-core/TreeView/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ By running the previous code, you will get results like the following image:
208208

209209
## Create instance for tree view
210210

211-
Create an instance for an existing tree view in the following ways. Once a reference has been established, you can use the [API’s](http://help.syncfusion.com/js/api/ejtreeview) of tree view to control its behavior.
211+
Create an instance for an existing tree view in the following ways. Once a reference has been established, you can use the [API’s](https://help.syncfusion.com/js/api/ejtreeview) of tree view to control its behavior.
212212

213213

214214
{% highlight javascript %}
@@ -225,11 +225,11 @@ Create an instance for an existing tree view in the following ways. Once a refer
225225

226226

227227

228-
N>**To configure the API settings after tree view creation, please refer to the [API configuration](http://help.syncfusion.com/js/api-configuration), [Invoking Methods](http://help.syncfusion.com/js/invoking-methods)**.
228+
N>**To configure the API settings after tree view creation, please refer to the [API configuration](https://help.syncfusion.com/js/api-configuration), [Invoking Methods](https://help.syncfusion.com/js/invoking-methods)**.
229229

230230
## Tree view events
231231

232-
ASP.NET Core tree view supports all the [events](http://help.syncfusion.com/js/api/ejtreeview#events) available in EJ tree view. Refer to the following code example to specify an event using the tag helper of tree view.
232+
ASP.NET Core tree view supports all the [events](https://help.syncfusion.com/js/api/ejtreeview#events) available in EJ tree view. Refer to the following code example to specify an event using the tag helper of tree view.
233233

234234

235235
{% highlight CSHTML %}

aspnet-core/TreeView/Multiple-Drag-and-Drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ documentation: ug
1010

1111
# Drag and Drop Multiple Nodes
1212

13-
The tree view supports to drag and drop multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true along with the [allowDragAndDrop](https://help.syncfusion.com/js/api/ejtreeview#members:allowdraganddrop) as true. It allows you to drag and drop multiple nodes in the tree view.
13+
The tree view supports to drag and drop multiple nodes by specifying the [allowMultiSelection](https://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true along with the [allowDragAndDrop](https://help.syncfusion.com/js/api/ejtreeview#members:allowdraganddrop) as true. It allows you to drag and drop multiple nodes in the tree view.
1414

1515
In the controller page, create a data list that contains the details about the tree nodes.
1616

aspnet-core/TreeView/Multiple-Selection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Multiple Selection in ASP.NET Core TreeView
1111

12-
The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](http://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.
12+
The tree view supports to select the multiple nodes by specifying the [allowMultiSelection](https://help.syncfusion.com/js/api/ejtreeview#members:allowmultiselection) as true. It allows you to select more than one nodes in the tree view.
1313

1414
In the controller page, create a data list that contains the details about the tree nodes.
1515

@@ -63,7 +63,7 @@ By running the previous code, you will get the output like the following:
6363

6464
## Select nodes
6565

66-
To select more than one nodes of tree view, use the [selectedNodes](http://help.syncfusion.com/js/api/ejtreeview#members:selectednodes) property. It will select the tree view nodes from the given indexes.
66+
To select more than one nodes of tree view, use the [selectedNodes](https://help.syncfusion.com/js/api/ejtreeview#members:selectednodes) property. It will select the tree view nodes from the given indexes.
6767

6868
In the view page, add the following code and map the properties defined to the corresponding fields in data source and you can select the specific nodes in tree view by using the **selectedNodes** property.
6969

@@ -89,7 +89,7 @@ In the view page, add the following code and map the properties defined to the c
8989

9090
## Get selected nodes
9191

92-
To get the selected nodes of tree view, use the [getSelectedNodes](http://help.syncfusion.com/js/api/ejtreeview#methods:getselectednodes) method. It returns the collections of tree view selected nodes. You can use [getSelectedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getselectednodesindex) method to get the index positions of currently selected nodes.
92+
To get the selected nodes of tree view, use the [getSelectedNodes](https://help.syncfusion.com/js/api/ejtreeview#methods:getselectednodes) method. It returns the collections of tree view selected nodes. You can use [getSelectedNodesIndex](https://help.syncfusion.com/api/js/ejtreeview#methods:getselectednodesindex) method to get the index positions of currently selected nodes.
9393

9494
In the view page, add the following code and map the properties defined to the corresponding fields in data source and you can get selected nodes from the tree view by using the **getSelectedNodes** method.
9595

aspnet-core/TreeView/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Overview
1111

12-
The ASP.NET Core tree view component provides all the functionalities available in [EJ TreeView](http://help.syncfusion.com/js/api/ejtreeview). It represents hierarchical data in a tree-like structure and allows you to edit, drag and drop, select with checkboxes, and more. The tree view can be generated from a specified item list, list of objects, or by using OData services.
12+
The ASP.NET Core tree view component provides all the functionalities available in [EJ TreeView](https://help.syncfusion.com/js/api/ejtreeview). It represents hierarchical data in a tree-like structure and allows you to edit, drag and drop, select with checkboxes, and more. The tree view can be generated from a specified item list, list of objects, or by using OData services.
1313

1414
## Key Features
1515

0 commit comments

Comments
 (0)