Skip to content

Commit 550c08c

Browse files
committed
SEO-176113-UG-Links-With-Redirects-ASPNET
1 parent 4e2952f commit 550c08c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

aspnet/DataManager/Data-Binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The result of the above code example is illustrated as follows.
9595

9696
### OData V4
9797

98-
The OData v4 is an improved version of OData protocols and the DataManager can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer to the [OData documentation](http://www.odata.org/documentation/).
98+
The OData v4 is an improved version of OData protocols and the DataManager can also retrieve and consume OData v4 services. For more details on OData v4 Services, refer to the [OData documentation](https://www.odata.org/documentation/).
9999

100100
You can refer to the following code example for consuming OData v4 services and bind the result to the Grid. In the the following code, crossDomain is enabled to make cross domain request.
101101

aspnet/Dialog/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section helps to understand the getting started of the Dialog widget with t
1414

1515
## Create a Dialog
1616

17-
Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](http://help.syncfusion.com/aspnet/getting-started) documentation.
17+
Create an ASP Project and add the necessary DLL and scripts with the help of the given [ASP Getting Started](https://help.syncfusion.com/aspnet/getting-started/manual-integration-of-syncfusion-aspnet-controls) documentation.
1818

1919
Add the following code snippet to the corresponding ASPX page to render the Dialog.
2020

@@ -78,7 +78,7 @@ The Dialog widget can be hidden on initialize using `ShowOnInit` property which
7878

7979
{% seealso %}
8080

81-
[Button](http://help.syncfusion.com/aspnet/button/getting-started).
81+
[Button](https://help.syncfusion.com/aspnet/button/getting-started).
8282

8383
{% endseealso %}
8484

aspnet/Grid/Enable-Persistence.md

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

1010
# Enable Persistence in ASP.NET Webforms Grid
1111

12-
Enable Persistence is to maintain the grid state in browser's [local storage](http://www.w3schools.com/html/html5_webstorage.asp#) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
12+
Enable Persistence is to maintain the grid state in browser's [local storage](https://www.w3schools.com/html/html5_webstorage.asp) even if browser refresh or move to next page. State persistence stores Grid's model object in local storage while defining `EnablePersistence` as true.
1313

14-
I> [localStorage](http://www.w3schools.com/html/html5_webstorage.asp#) is not supported below IE9 then grid state persistence technique is fallback to [cookie](http://www.w3schools.com/js/js_cookies.asp#).
14+
I> [localStorage](https://www.w3schools.com/html/html5_webstorage.asp) is not supported below IE9 then grid state persistence technique is fallback to [cookie](https://www.w3schools.com/js/js_cookies.asp).
1515

1616
## List of properties are not Persisted by default
1717

aspnet/WaitingPopUp/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can give the Username and Password in the login page. When you click the L
2323

2424
### Create Waiting Popup
2525

26-
You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](http://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.
26+
You can create a WEB Project and add the necessary assemblies, styles, and scripts with the help of [ASP-Getting Started](https://help.syncfusion.com/aspnetmvc/captcha/getting-started#create-your-first-captcha-in-aspnet-mvc) Documentation.
2727

2828
 Create an aspx page and add the following code to the aspx file.
2929

0 commit comments

Comments
 (0)