From 60874a40e6bcb94d7030a6fc8a35a89343f4ed56 Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Fri, 3 Mar 2023 16:08:28 +0530 Subject: [PATCH] SEO-3356-semrush-report-issues --- PHP/TreeView/Getting-Started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PHP/TreeView/Getting-Started.md b/PHP/TreeView/Getting-Started.md index dc391bd..265cbc8 100644 --- a/PHP/TreeView/Getting-Started.md +++ b/PHP/TreeView/Getting-Started.md @@ -127,7 +127,7 @@ JSON file content ## 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/js/api/ejtreeview#) of TreeView to control its behavior. {% highlight php %} @@ -145,11 +145,11 @@ You can create an instance for existing TreeView in following ways. Once a refer {% endhighlight %} -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 -EJ PHP TreeView supports all the client side [events](http://help.syncfusion.com/js/api/ejtreeview#events) which is available in EJ TreeView. Refer following code example to specify an event using EJ PHP TreeView element. +EJ PHP TreeView supports all the client side [events](https://help.syncfusion.com/js/api/ejtreeview#events) which is available in EJ TreeView. Refer following code example to specify an event using EJ PHP TreeView element. {% highlight php %}