Skip to content

Commit af72594

Browse files
Merge pull request #336 from syncfusion-content/SEO-172685-aspnet-mvc-redirection-fixes
Merged #336 into hotfix
2 parents 2f44d35 + cc9f01d commit af72594

30 files changed

+100
-100
lines changed

aspnetmvc/Accordion/Keyboard-Navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Shortcut Key</th><th>
1818
Description</th></tr>
1919
<tr>
2020
<td>
21-
{{ '[Access key](http://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
21+
{{ '[Access key](https://en.wikipedia.org/wiki/Access_key)' | markdownify }} + j </td><td>
2222
Focuses into the accordion control</td></tr>
2323
<tr>
2424
<td>

aspnetmvc/Autocomplete/Data-Binding.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The below following types are used to bind remote datasource to an AutoComplete
208208

209209
###OData
210210

211-
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](http://www.odata.org/) URL directly to the Datasource URL property.
211+
OData is a standardized protocol for creating and consuming data. You can provide the [OData service](https://www.odata.org/) URL directly to the Datasource URL property.
212212

213213

214214
{% highlight html %}
@@ -225,7 +225,7 @@ Run the code to get the following output
225225

226226
For OData Version 4 support ODataV4Adaptor should be used. By using URL property of Datasource, you can bind OData Version 4 Service link and specify Adaptor value as enum AdaptorType.ODataV4Adaptor.
227227

228-
For further details about OData service please refer [the link](http://www.odata.org/).
228+
For further details about OData service please refer [the link](https://www.odata.org/).
229229

230230
{% highlight html %}
231231

@@ -291,7 +291,7 @@ Run the code to get the following output
291291

292292
### WebAPI
293293

294-
**WebApi** Adaptor, extended from **ODataAdaptor**, of **DataManager** is used for retrieving data from WebApi service. [ASP.NET Web API](https://msdn.microsoft.com/en-us/library/hh833994%28v=vs.108%29.aspx) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [DataManager](https://help.syncfusion.com/js/datamanager/getting-started). Using WebApiAdaptor, you can bind WebApi service’s data to Autocomplete. The data from WebApi service must be returned as an object that has its value as data source and field property customerID with its value as Datasource total records count.
294+
**WebApi** Adaptor, extended from **ODataAdaptor**, of **DataManager** is used for retrieving data from WebApi service. [ASP.NET Web API](https://learn.microsoft.com/en-us/previous-versions/aspnet/hh833994(v=vs.108)?redirectedfrom=MSDN) is a Framework for building HTTP services. You can retrieve data from ASP.NET Web API by using [DataManager](https://help.syncfusion.com/js/datamanager/getting-started). Using WebApiAdaptor, you can bind WebApi service’s data to Autocomplete. The data from WebApi service must be returned as an object that has its value as data source and field property customerID with its value as Datasource total records count.
295295

296296
{% highlight html %}
297297

aspnetmvc/Autocomplete/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 AutoComplete text box</td></tr>
2525
<tr>
2626
<td>

aspnetmvc/Barcode/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ By default, ASP.NET MVC Barcode renders gray scale colors with predefined Quiet
3636

3737
### Refer Assemblies
3838

39-
You can create a MVC Project, add necessary assemblies and Scripts. Refer [MVC-Getting Started Documentation.](http://help.syncfusion.com/aspnetmvc/barcode/getting-started)
39+
You can create a MVC Project, add necessary assemblies and Scripts. Refer [MVC-Getting Started Documentation.](https://help.syncfusion.com/aspnetmvc/barcode/getting-started)
4040

4141
Add the following assemblies in your MVC application for using Barcode control:
4242

aspnetmvc/Chart/3D-Chart.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For rendering a 3D Column Chart, specify the series **Type** as **Column** in th
3333
![](3D-Chart_images/3D-Chart_img1.png)
3434

3535

36-
[Click](http://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample.
36+
[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample.
3737

3838

3939
## 3D Bar Chart
@@ -57,7 +57,7 @@ You can create a 3D Bar Chart by setting the series **Type** as **Bar** in the c
5757
![](3D-Chart_images/3D-Chart_img2.png)
5858

5959

60-
[Click](http://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample.
60+
[Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample.
6161

6262

6363
## 3D Stacked Column Chart
@@ -84,7 +84,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta
8484
![](3D-Chart_images/3D-Chart_img3.png)
8585

8686

87-
[Click](http://mvc.syncfusion.com/demos/web/chart/stackingcolumn3d) here to view the Stacked Column 3DChart online demo sample.
87+
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn3d) here to view the Stacked Column 3DChart online demo sample.
8888

8989
## 3D 100% Stacked Column Chart
9090

@@ -111,7 +111,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta
111111
![](3D-Chart_images/3D-Chart_img4.png)
112112

113113

114-
[Click](http://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample.
114+
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample.
115115

116116

117117
## 3D Stacked Bar Chart
@@ -138,7 +138,7 @@ To create Stacking Bar 3DChart, set the series **Type** as **StackingBar** in th
138138
![](3D-Chart_images/3D-Chart_img5.png)
139139

140140

141-
[Click](http://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample.
141+
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample.
142142

143143

144144
## 3D 100% Stacked Bar Chart
@@ -165,7 +165,7 @@ You can create 100% Stacking Bar 3DChart by setting the series **Type** as **Sta
165165
![](3D-Chart_images/3D-Chart_img6.png)
166166

167167

168-
[Click](http://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample.
168+
[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample.
169169

170170

171171
## 3D Pie Chart
@@ -190,7 +190,7 @@ To render the Pie Chart in 3D view, enable the **Enbel3D** option in the chart a
190190
![](3D-Chart_images/3D-Chart_img7.png)
191191

192192

193-
[Click](http://mvc.syncfusion.com/demos/web/chart/pie3d) here to view the Pie 3DChart online demo sample.
193+
[Click](https://mvc.syncfusion.com/demos/web/chart/pie3d) here to view the Pie 3DChart online demo sample.
194194

195195

196196
## 3D Doughnut Chart
@@ -215,7 +215,7 @@ To render the Doughnut Chart in 3D view, enable the **Enbel3D** option in the ch
215215
![](3D-Chart_images/3D-Chart_img8.png)
216216

217217

218-
[Click](http://mvc.syncfusion.com/demos/web/chart/doughnut3d) here to view the Doughnut 3DChart online demo sample.
218+
[Click](https://mvc.syncfusion.com/demos/web/chart/doughnut3d) here to view the Doughnut 3DChart online demo sample.
219219

220220

221221
## Configure 3D Chart
@@ -240,7 +240,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the
240240
![](3D-Chart_images/3D-Chart_img9.png)
241241

242242

243-
[Click](http://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample.
243+
[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample.
244244

245245

246246
### Placing Bar / Column kind of series side-by-side

aspnetmvc/Chart/Annotations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can add annotations to the chart by using the **Annotations** option. By usi
3333
![](Annotations_images/Annotations_img1.png)
3434

3535

36-
[Click](http://mvc.syncfusion.com/demos/web/chart/annotations) here to view the Annotations online demo sample.
36+
[Click](https://mvc.syncfusion.com/demos/web/chart/annotations) here to view the Annotations online demo sample.
3737

3838

3939
N> Annotations are not supported in 3D chart types.

aspnetmvc/Chart/Appearance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Background image can be added to the chart by using the **BackGroundImageUrl** p
176176
![ASP.NET MVC Chart Setting background image](Appearance_images/Appearance_img7.png)
177177

178178

179-
[Click](http://mvc.syncfusion.com/demos/web/chart/tooltiptemplate) here to view our online demo sample for setting Chart background image.
179+
[Click](https://mvc.syncfusion.com/demos/web/chart/tooltiptemplate) here to view our online demo sample for setting Chart background image.
180180

181181

182182
**Chart area background**
@@ -226,7 +226,7 @@ You can provide different color for alternate grid rows and columns formed by th
226226

227227
![ASP.NET MVC Chart Customize chart area grid bands](Appearance_images/Appearance_img9.png)
228228

229-
[Click](http://mvc.syncfusion.com/demos/web/chart/alternategridband) here to view the AlternateGridBand online demo sample.
229+
[Click](https://mvc.syncfusion.com/demos/web/chart/alternategridband) here to view the AlternateGridBand online demo sample.
230230

231231

232232
### Animation

aspnetmvc/Chart/Axis.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Date time axis uses date time scale and displays the date time values as axis la
342342
![DateTime axis in ASP.NET MVC Chart](Axis_images/axis_img12.png)
343343

344344

345-
[Click](http://mvc.syncfusion.com/demos/web/chart/datetimeaxis) here to view our online demo sample for date time axis.
345+
[Click](https://mvc.syncfusion.com/demos/web/chart/datetimeaxis) here to view our online demo sample for date time axis.
346346

347347

348348
### Customizing date time range
@@ -497,7 +497,7 @@ DateTime category axis takes date time value as input but behaves like category
497497

498498
![DateTime Category Axis in ASP.NET MVC Chart](Axis_images/axis_img63.png)
499499

500-
[Click](http://mvc.syncfusion.com/demos/web/chart/datetimecategoryaxis) here to view our online demo sample for date time axis.
500+
[Click](https://mvc.syncfusion.com/demos/web/chart/datetimecategoryaxis) here to view our online demo sample for date time axis.
501501

502502
### Customizing DateTime Category range
503503

@@ -564,7 +564,7 @@ Logarithmic axis uses logarithmic scale and it is very useful in visualizing whe
564564
![Logarithmic Axis in ASP.NET MVC Chart](Axis_images/axis_img19.png)
565565

566566

567-
[Click](http://mvc.syncfusion.com/demos/web/chart/logaxis) here to view our online demo sample link for logarithmic axis.
567+
[Click](https://mvc.syncfusion.com/demos/web/chart/logaxis) here to view our online demo sample link for logarithmic axis.
568568

569569
### Customize Logarithmic range
570570

@@ -1273,7 +1273,7 @@ An additional horizontal or vertical axis can be added to the chart by adding an
12731273

12741274
![Adding axis in ASP.NET MVC Chart](Axis_images/axis_img41.png)
12751275

1276-
[Click](http://mvc.syncfusion.com/demos/web/chart/multipleaxes) here to view the multiple axis online demo sample.
1276+
[Click](https://mvc.syncfusion.com/demos/web/chart/multipleaxes) here to view the multiple axis online demo sample.
12771277

12781278

12791279
## Smart Axis Labels
@@ -1300,7 +1300,7 @@ When the Axis labels overlap with each other based on the chart dimensions and l
13001300
![Smart Axis Labels in ASP.NET MVC Chart](Axis_images/axis_img42.png)
13011301

13021302

1303-
[Click](http://mvc.syncfusion.com/demos/web/chart/smartaxislabels) here to view our online demo sample for smart axis labels.
1303+
[Click](https://mvc.syncfusion.com/demos/web/chart/smartaxislabels) here to view our online demo sample for smart axis labels.
13041304

13051305

13061306

aspnetmvc/Chart/Chart-Series.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In EjChart, you can add multiple series object in the **Series** options. The se
4747
![](Chart-Series_images/Chart-Series_img1.png)
4848

4949

50-
[Click](http://mvc.syncfusion.com/demos/web/chart/column) here to view the multiple series online demo sample.
50+
[Click](https://mvc.syncfusion.com/demos/web/chart/column) here to view the multiple series online demo sample.
5151

5252

5353
### Customizing all series together
@@ -129,7 +129,7 @@ EjChart allows you to render the combination of different series in the chart.
129129
![](Chart-Series_images/Chart-Series_img3.png)
130130

131131

132-
[Click](http://mvc.syncfusion.com/demos/web/chart/combination) here to view the combination series online demo sample.
132+
[Click](https://mvc.syncfusion.com/demos/web/chart/combination) here to view the combination series online demo sample.
133133

134134
### Limitation of combination chart
135135

aspnetmvc/Chart/Chart-Title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ By using the **Title** option, you can add the *Text* as well as customize its *
3535
![](Chart-Title_images/Chart-Title_img1.png)
3636

3737

38-
[Click](http://mvc.syncfusion.com/demos/web/chart/subtitle) here to view the Chart Title online demo sample.
38+
[Click](https://mvc.syncfusion.com/demos/web/chart/subtitle) here to view the Chart Title online demo sample.
3939

4040

4141
We can trim, wrap and wrapAndTrim to the chart title using textOverflow property. The original text will be displayed as tooltip on mouse hover.

0 commit comments

Comments
 (0)