Skip to content

Commit 0104083

Browse files
Merge pull request #250 from syncfusion-content/SEO-3356-semrush-report-issues
SEO-3356-semrush-report-issues
2 parents 7575f33 + 60874a4 commit 0104083

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PHP/TreeView/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ JSON file content
127127

128128
## Create Instance for TreeView
129129

130-
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.
130+
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.
131131

132132

133133
{% highlight php %}
@@ -145,11 +145,11 @@ You can create an instance for existing TreeView in following ways. Once a refer
145145

146146
{% endhighlight %}
147147

148-
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#).
148+
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#).
149149

150150
## TreeView events
151151

152-
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.
152+
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.
153153

154154

155155
{% highlight php %}

0 commit comments

Comments
 (0)