Skip to content

Commit 00cba2f

Browse files
Merge pull request #400 from syncfusion-content/SEO-174775-ASPNET-Page-with-Redirect
SEO-174775 ASPNET Page with Redirect
2 parents 2190fa1 + 1ca58bf commit 00cba2f

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

aspnet/Chart/Data-Markers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,4 @@ The following code example shows how to enable smart labels,
507507
![ASP.NET Webforms Chart SmartLabels](Data-Markers_images/Data-Markers_img12.png)
508508

509509

510-
[Click](http://asp.syncfusion.com/demos/web/chart/pie.aspx) here to view the SmartLabels online demo sample.
510+
[Click](https://github.com/syncfusion/aspnet-ej1-demos) here to view the SmartLabels online demo sample.

aspnet/Diagram/Connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Connectors are objects used to create link between two points, nodes or ports to
1616
## Create Connector
1717

1818
Connector can be created by defining the start and end points. The path to be drawn can be defined with a collection of segments.
19-
To explore the properties of a `Connector`, refer to [Connector Properties](http://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html "Connector Properties").
19+
To explore the properties of a `Connector`, refer to [Connector Properties](https://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Connector.html "Connector Properties").
2020

2121
### Add connectors through connectors collection
2222

@@ -441,7 +441,7 @@ Multiple segments can be defined one after another. To create a connector with m
441441
## Decorator
442442

443443
Start and end points of a connector can be decorated with some customizable shapes like arrows, circles, diamond or path. You can decorate the connection end points with the `SourceDecorator` and `TargetDecorator` properties of connector.
444-
To explore the properties of decorators, refer to [Decorator Properties](http://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html "Decorator Properties").
444+
To explore the properties of decorators, refer to [Decorator Properties](https://help.syncfusion.com/CR/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.Decorator.html "Decorator Properties").
445445

446446
The `Shape` property of decorator allows to define the shape of the decorators. The following code example illustrates how to create decorators of various shapes.
447447

aspnet/Diagram/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ documentation: ug
1212
* Diagram can be populated with the nodes and connectors based on the information provided from an external data source.
1313
* Diagram exposes its specific data-related properties allowing you to specify the data source fields from where the node information has to be retrieved from.
1414

15-
To explore those properties, see [Data source settings](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")
15+
To explore those properties, see [Data source settings](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.DataSourceSettings.html "Data source settings")
1616

1717
* Diagram supports three different kinds of Data binding.
1818
* Local Data

aspnet/Diagram/Gridlines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To show only horizontal/vertical gridlines or to hide gridlines, refer to [Const
2828

2929
## Appearance
3030

31-
You can customize the appearance of the gridlines by using a set of predefined properties. To explore those properties, refer to [Gridlines](http://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.GridLines.html "Gridlines")
31+
You can customize the appearance of the gridlines by using a set of predefined properties. To explore those properties, refer to [Gridlines](https://help.syncfusion.com/cr/aspnet/Syncfusion.JavaScript.DataVisualization.Models.Diagram.GridLines.html "Gridlines")
3232
The `HorizontalGridLines` and `VerticalGridLines` properties allow to customize the appearance of the gridlines. The following code example illustrates how to customize the appearance of gridlines.
3333

3434
{% highlight aspx-cs %}

aspnet/Getting-Started/Manual-integration-of-syncfusion-aspnet-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Reference Manager Pop-up with assemblies selected
236236
Selected Assemblies added to the Project reference
237237
{:.caption}
238238

239-
N> We have removed dependency for `Syncfusion.Core` assembly since v13.2.0.29. If you are using the latest version, this assembly is not required in your application. Refer to this [KB document](https://www.syncfusion.com/kb/5211/why-is-the-syncfusion-core-assembly-missing-from-v13-2-0-29) for more details.
239+
N> We have removed dependency for `Syncfusion.Core` assembly since v13.2.0.29. If you are using the latest version, this assembly is not required in your application. Refer to this [KB document](https://support.syncfusion.com/kb/article/4833/why-is-the-syncfusion-core-assembly-missing-from-v13-2-0-29) for more details.
240240

241241
#### Registering Syncfusion Assemblies within the Web.config
242242

aspnet/Grid/Data-Adaptors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99
# Data Adaptors
1010

11-
The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors).
11+
The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](https://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors).
1212

1313
In Grid, the adaptor can be specified using the `Adaptor` property of the `DataManager`.
1414

@@ -167,7 +167,7 @@ The following output is displayed as a result of the above code example.
167167
## OData Adaptor
168168

169169
OData Adaptor that is extended from `UrlAdaptor`, is used for consuming data through OData Service.
170-
We have an online OData Service “http://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/Orders” created specifically for Syncfusion Controls
170+
We have an online OData Service “https://js.syncfusion.com/demos/ejServices/Wcf/Northwind.svc/Orders” created specifically for Syncfusion Controls
171171

172172

173173
N> `ODataAdaptor` is the default adaptor of `DataManager` and so no need to specify adaptor when binding OData service

aspnet/Grid/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You can create a Grid with a highly customizable look and feel. You can use th
4747

4848
~~~
4949

50-
For more information about SQL data source configuration refer the following link: [http://msdn.microsoft.com/en-us/library/vstudio/w1kdt8w2(v=vs.100).aspx](http://msdn.microsoft.com/en-us/library/vstudio/w1kdt8w2(v=vs.100).aspx)
50+
For more information about SQL data source configuration refer the following link: [https://learn.microsoft.com/en-us/previous-versions/aspnet/w1kdt8w2(v=vs.100)?redirectedfrom=MSDN](https://learn.microsoft.com/en-us/previous-versions/aspnet/w1kdt8w2(v=vs.100)?redirectedfrom=MSDN)
5151

5252
4. By Columns definition, the TextAlign property allows you to align the text of the columns. The Width property is used to define the width of the columns and the Format property allows you to format the particular column’s value.
5353

aspnet/Menu/Data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The menu control also provides supports for Remote data binding. Here the remote
7373

7474
DataManager is used to manage relational data in JavaScript. Query generates data queries that are to be read by DataManager.
7575

76-
In the following code example, [http://mvc.syncfusion.com/Services/Northwnd.svc/](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. Here, it acts as web service that is located in the Syncfusion server. The web service used here is Northwnd.svc.
76+
In the following code example, [https://mvc.syncfusion.com/Services/Northwnd.svc/](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used as the URL. Here, it acts as web service that is located in the Syncfusion server. The web service used here is Northwnd.svc.
7777

7878
Add the following code example in your ASPX page.
7979

@@ -518,7 +518,7 @@ In the following code example, dataSource for menu is set from DataTable.
518518

519519
{% endhighlight %}
520520

521-
Sample can be downloaded [here](http://www.syncfusion.com/downloads/support/directtrac/233237/ze/Menu921663815)
521+
Sample can be downloaded [here](https://www.syncfusion.com/downloads/support/directtrac/233237/ze/Menu921663815)
522522

523523
Now , the menu will be displayed as shown below
524524

aspnet/RichTextEditor/Footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ N> The outermost tag is the body tag of < iframe > element in design view,
8585

8686
## Characters Count/Word Count
8787

88-
The editor automatically counts the number of characters and words in the content while you type. The characters and words count displayed at the bottom of the editor. You can limit the number of characters in your content using [maxLength](http://help.syncfusion.com/js/api/ejrte#members:maxlength) property. By default, the editor sets the characters limit value as 7000 characters.
88+
The editor automatically counts the number of characters and words in the content while you type. The characters and words count displayed at the bottom of the editor. You can limit the number of characters in your content using [maxLength](https://help.syncfusion.com/api/js/ejrte#members:maxlength) property. By default, the editor sets the characters limit value as 7000 characters.
8989

9090
{% highlight html %}
9191

aspnet/Schedule/Data-binding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ public class ScheduleAppointmentsObjData
500500

501501
## Binding Remote Data Service
502502

503-
The appointment data can be bound to the Scheduler through [Odata](http://www.odata.org) remote services, by configuring the service URL to the Schedule dataSource through `DataManager`.
503+
The appointment data can be bound to the Scheduler through [Odata](https://www.odata.org/) remote services, by configuring the service URL to the Schedule dataSource through `DataManager`.
504504

505505
{% highlight html %}
506506

@@ -514,7 +514,7 @@ The appointment data can be bound to the Scheduler through [Odata](http://www.od
514514

515515
## OData V4
516516

517-
The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](http://www.odata.org/documentation) services, just similar to the other remote services.
517+
The OData v4 is an improved version of OData protocols. Scheduler supports retrieving and consuming appointment data from [OData v4](https://www.odata.org/documentation/) services, just similar to the other remote services.
518518

519519
{% highlight html %}
520520

0 commit comments

Comments
 (0)