Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnet/DataManager/Data-Binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The result of the above code example is illustrated as follows.

### OData V4

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/).
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/).

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.

Expand Down
4 changes: 2 additions & 2 deletions aspnet/Dialog/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This section helps to understand the getting started of the Dialog widget with t

## Create a Dialog

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.
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.

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

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

{% seealso %}

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

{% endseealso %}

Expand Down