Skip to content

Commit e38276f

Browse files
SEO-172685-PHP-redirection-tool-fixes
1 parent 078ec1d commit e38276f

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

PHP/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ To use Essential JS for PHP in your PHP web site, follow the below steps:
5050

5151
![PHP datepicker control](/PHP/Getting-Started_images/Getteing-Started_img1.JPG)
5252

53-
N> You can explore the release history of Essential PHP from [`here`](https://www.syncfusion.com/products/release-history/estudio/php).
53+
N> You can explore the release history of Essential PHP from [`here`](https://www.syncfusion.com/products/release-history/estudio).

PHP/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Syncfusion PHP server side wrapper with over 40+ controls provides the enhanced
1717

1818
* The best way to get started would be to read the "Getting Started" section of the documentation for the component that you would like to start using first. The "Getting Started" guide gives just enough information that you need to know before starting to write code. This is the only section that we recommend reading end-to-end before starting to write code, all other information can be referred as needed.
1919

20-
* Now that you are familiar with the basics of using the component, the next step would be to start integrating the component into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://php.syncfusion.com/#Grids/Grid/grid.php) which contains code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
20+
* Now that you are familiar with the basics of using the component, the next step would be to start integrating the component into your application. A good starting point would be to refer to the code snippets in the [online sample browser](https://ej2.syncfusion.com/home/javascript.html#platform/) which contains code samples, it is very likely that you will find a code sample that resembles your intended usage scenario.
2121

2222
* After you have integrated the component into your application using one of the sample code snippets as a starting point, it is likely that you would want additional information on specific features and API. The best option would be to search a the specific topic using the search box that is available at the top of the user guide.
2323

2424
## Additional help resources
2525

26-
* The [Knowledge Base](https://www.syncfusion.com/kb/php) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide.
26+
* The [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/97) section contains responses to some of the most common questions that other customers have asked us in the past so this would be a good place to search for topics that are not covered in the user guide.
2727

28-
* Similar to the [Knowledge Base](https://www.syncfusion.com/kb/php), the [forum](https://www.syncfusion.com/forums/php) section also contains responses to questions that other customers have asked us in the past.
28+
* Similar to the [Knowledge Base](https://support.syncfusion.com/kb/retiredproducts/category/97), the [forum](https://www.syncfusion.com/forums/php) section also contains responses to questions that other customers have asked us in the past.
2929

3030
* And, you can explore the release history of Essential PHP from [`here`](https://www.syncfusion.com/products/release-history/estudio).
3131

PHP/Sparkline/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
3737

3838
{% endhighlight %}
3939

40-
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
40+
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
4141

4242

4343
## Initialize Sparkline

PHP/Splitter/Splitter-Dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Providing ejScroller when the content of pane is large.</td></tr>
4444

4545
To get the real appearance of the Splitter, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
4646

47-
>Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com/).
47+
>Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/).

PHP/System-Requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The system requirements for using our Syncfusion PHP platform are as follows
3333

3434
### Development Environment
3535

36-
* PHP [5.3.3+ version](http://php.net/downloads.php). Unzip the downloaded file and move the unzipped folder to the desired drive.
36+
* PHP [5.3.3+ version](https://php.net/downloads.php). Unzip the downloaded file and move the unzipped folder to the desired drive.
3737
* Apache Tomcat
3838
* MySQL (optional. Necessary for DataBase related functionalities)
3939

PHP/Tab/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The following screenshot illustrates the functionality of a Tab widget.
1717

1818
The external script dependencies of the Tab widget is,
1919

20-
* [jQuery 1.7.1](http://jquery.com/) and later versions.
20+
* [jQuery 1.7.1](https://jquery.com/) and later versions.
2121

2222
And the internal script dependencies of the Tab widget are:
2323

@@ -38,7 +38,7 @@ And the internal script dependencies of the Tab widget are:
3838

3939
For getting started you can use the ‘ej.web.all.min.js’ file, which encapsulates all the 'ej' controls and frameworks in one single file.<br/>
4040

41-
For themes, you can use the ‘ej.web.all.min.css’ CDN link from the snippet given. To add the themes in your application, please refer [this link](http://help.syncfusion.com/js/theming-in-essential-javascript-components#adding-specific-theme-to-your-application).
41+
For themes, you can use the ‘ej.web.all.min.css’ CDN link from the snippet given. To add the themes in your application, please refer [this link](https://help.syncfusion.com/js/theming-in-essential-javascript-components#adding-specific-theme-to-your-application).
4242

4343

4444
## Preparing HTML document

PHP/Tile/Tile-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Should be referred when using tile control.</td></tr>
3333
</table>
3434

3535
To get the real appearance of the Tile, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
36-
Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](http://csg.syncfusion.com/).
36+
Note: Uncompressed version of library files are also available which is used for development or debugging purpose and can be generated from the custom script [here](https://csg.syncfusion.com/).
3737

3838

PHP/Toolbar/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section explains briefly about how to create a **Toolbar** in your applicat
1414

1515
The external script dependencies of the Toolbar widget is,
1616

17-
* [jQuery 1.7.1](http://jquery.com/) and later versions.
17+
* [jQuery 1.7.1](https://jquery.com/) and later versions.
1818

1919
And the internal script dependencies of the Toolbar widget are:
2020

@@ -43,7 +43,7 @@ And the internal script dependencies of the Toolbar widget are:
4343

4444
For getting started you can use the ‘ej.web.all.min.js’ file, which encapsulates all the 'ej' controls and frameworks in one single file.<br/>
4545

46-
For themes, you can use the ‘ej.web.all.min.css’ CDN link from the snippet given. To add the themes in your application, please refer [this link](http://help.syncfusion.com/js/theming-in-essential-javascript-components#adding-specific-theme-to-your-application).
46+
For themes, you can use the ‘ej.web.all.min.css’ CDN link from the snippet given. To add the themes in your application, please refer [this link](https://help.syncfusion.com/js/theming-in-essential-javascript-components#adding-specific-theme-to-your-application).
4747

4848

4949
## Preparing HTML document
@@ -149,7 +149,7 @@ Initialize the Toolbar items with **LI** template as follows.
149149

150150
Apply the given styles in the code table to show the **toolbar items** as follows. You can refer images from any location. In the following code sample, the images are referred from the given location.
151151

152-
[https://js.syncfusion.com/demos/jquery/](https://js.syncfusion.com/demos/jquery/)
152+
[https://js.syncfusion.com/demos/jquery/](https://ej2.syncfusion.com/home/)
153153

154154
{% highlight css %}
155155

PHP/Tooltip/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ keywords : ejTooltip, Tooltip, js Tooltip, php Tooltip
1313

1414
The Tooltip control has the following list of external JavaScript dependencies.
1515

16-
* [jQuery](http://jquery.com/) 1.7.1 and later versions
16+
* [jQuery](https://jquery.com/) 1.7.1 and later versions
1717

18-
* [jQuery.easing](http://gsgd.co.uk/sandbox/jquery/easing/) - to support animation effects in the components
18+
* [jQuery.easing](https://gsgd.co.uk/sandbox/jquery/easing/) - to support animation effects in the components
1919

2020
Refer to the internal dependencies in the following table.
2121

@@ -61,7 +61,7 @@ Refer the required scripts and CSS files in your PHP page as mentioned below in
6161

6262
{% endhighlight %}
6363

64-
For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [this link](http://help.syncfusion.com/js/theming-in-essential-javascript-components).
64+
For themes, you can use the `ej.web.all.min.css` CDN link from the code example given. To add the themes in your application, please refer to [this link](https://help.syncfusion.com/js/theming-in-essential-javascript-components).
6565

6666
## Create a Tooltip
6767

@@ -115,7 +115,7 @@ Apply the following style sheet
115115

116116
## Setting Dimensions
117117

118-
Tooltip dimensions can be set using [width](http://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](http://help.syncfusion.com/js/api/ejtooltip#members:height) API.
118+
Tooltip dimensions can be set using [width](https://help.syncfusion.com/js/api/ejtooltip#members:width) and [height](https://help.syncfusion.com/js/api/ejtooltip#members:height) API.
119119

120120
{% highlight html %}
121121

PHP/TreeMap/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to
5050

5151
{% endhighlight %}
5252

53-
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](http://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
53+
In the above code, ej.web.all.min.js script reference has been added for demonstration purpose. It is not recommended to use this for deployment purpose, as its file size is larger since it contains all the widgets. Instead, you can use [`CSG`](https://csg.syncfusion.com/) utility to generate a custom script file with the required widgets for deployment purpose.
5454

5555
## Initialize TreeMap
5656

@@ -130,7 +130,7 @@ Populate the TreeMap data in PHP JSON object. For example, you can use populatio
130130
{% endhighlight %}
131131

132132

133-
N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population).
133+
N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population).
134134

135135
![Initialize TreeMap in PHP](Getting-Started_images/Getting-Started_img2.png)
136136

@@ -296,7 +296,7 @@ The following screenshot displays labels in a **TreeMap** control.
296296

297297
![Enable Legend using TreeMap in PHP](Getting-Started_images/Getting-Started_img6.png)
298298

299-
N> Population data is referred from [List of continents by population](http://en.wikipedia.org/wiki/List_of_continents_by_population).
299+
N> Population data is referred from [List of continents by population](https://en.wikipedia.org/wiki/List_of_continents_by_population).
300300

301301

302302

0 commit comments

Comments
 (0)