Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SEO-176113-UG-Links-With-Redirects-Xamarin #392

Open
wants to merge 1 commit into
base: hotfix/hotfix-v23.2.4
Choose a base branch
from
Open
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 aspnetmvc/Button/Icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example, you can render the desired icon in the button by using the followin

Refer to the following link to know what are the values passed in the “ContentType” property

<http://help.syncfusion.com/aspnetmvc/button/icons>
<https://help.syncfusion.com/aspnetmvc/button/icons>

Also in the button sample, you can use the icon class names as follows,

Expand Down
2 changes: 1 addition & 1 deletion aspnetmvc/Schedule/Getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords: ejschedule, schedule, schedule widget, js schedule
---
# Getting Started

Follow the steps pointed out in the [Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets.
Follow the steps pointed out in the [Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) page of the Introduction part to create an MVC application with required assembly references, scripts and stylesheets.

Create a new Class in controller page to define the data to be passed to the Scheduler as mentioned below,

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/TreeView/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section explains briefly about how to create a TreeView in ASP.NET MVC plat

## Create your first TreeView in MVC

Create a MVC Project and add necessary assemblies, CSS and scripts with the help of the given [MVC-Getting Started](http://help.syncfusion.com/aspnetmvc/getting-started) documentation. After creating this project, you can create a TreeView in following ways.
Create a MVC Project and add necessary assemblies, CSS and scripts with the help of the given [MVC-Getting Started](https://help.syncfusion.com/aspnetmvc/getting-started) documentation. After creating this project, you can create a TreeView in following ways.

## TreeView using Helper element

Expand Down Expand Up @@ -116,7 +116,7 @@ Above data can be directly assigned to [DataSource](https://help.syncfusion.com/

## Create Instance for TreeView

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


{% highlight javascript %}
Expand All @@ -133,7 +133,7 @@ You can create an instance for existing TreeView in following ways. Once a refer



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

## TreeView events

Expand Down