Skip to content

Commit a138dab

Browse files
authored
Merge pull request #272 from syncfusion-content/SEO-172685-PHP-redirection-tool-fixes-1
SEO-172685-PHP-redirection-tool-fixes
2 parents f3b1b7a + 9214541 commit a138dab

File tree

14 files changed

+23
-23
lines changed

14 files changed

+23
-23
lines changed

PHP/ProgressBar/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords: ProgressBar, progressbar
1212

1313
The external script dependencies of the ProgressBar widget is,
1414

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

1717
And the internal script dependencies of the ProgressBar widget are:
1818

@@ -33,7 +33,7 @@ And the internal script dependencies of the ProgressBar widget are:
3333

3434
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/>
3535

36-
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).
36+
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).
3737

3838

3939
## Preparing HTML document

PHP/RTE/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section helps to understand the getting started of RTE control with the ste
1313

1414
The external script dependencies of the RichTextEditor widget is,
1515

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

1818
And the internal script dependencies of the RichTextEditor widget are:
1919

@@ -118,7 +118,7 @@ And the internal script dependencies of the RichTextEditor widget are:
118118

119119
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/>
120120

121-
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).
121+
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).
122122

123123

124124
## Preparing HTML document

PHP/RadialMenu/RadialMenu-Dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ This is the main source file specific for rendering RadialMenu.</td></tr>
4040

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

43-
>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/).
43+
>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/RadialSlider/RadialSlider-Dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ This is the main source file specific for rendering RadialSlider.</td></tr>
3636

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

39-
>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/).
39+
>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/RangeNavigator/Getting-Started.md

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

4545
{% endhighlight %}
4646

47-
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.
47+
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.
4848

4949
## Initialize RangeNavigator
5050

PHP/Rating/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following screenshot illustrates the functionality of a Rating widget with a
1818

1919
The external script dependencies of the Rating widget is,
2020

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

2323
And the internal script dependencies of the Rating widget are:
2424

@@ -43,7 +43,7 @@ And the internal script dependencies of the Rating 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

PHP/ReportViewer/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: ReportViewer, ReportViewer widget, php ReportViewer
1111

1212
To get start with the ReportViewer control by using PHP wrapper classes, any one of the following prerequisites need to be installed in your machine to deploy, and run those samples locally.
1313

14-
* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5)
14+
* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio)
1515
* [Xampp](https://www.apachefriends.org/download.html)
1616

1717
In this section, you can see how to create, deploy, and run the ReportViewer samples using the Xampp server.

PHP/Ribbon/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: ribbon dependency files
1111

1212
The Ribbon control has the following external JavaScript dependency.
1313

14-
* [`jQuery 1.7.1`](http://jquery.com) and later versions.
14+
* [`jQuery 1.7.1`](https://jquery.com/) and later versions.
1515

1616
**ej.web.all.js** is a bundle of all Essential JavaScript controls. When you use ej.web.all.js in your application, you can leave this section or else you can try to render ej ribbon in your application by using ej.ribbon file. You can refer to the following frameworks and controls in your project.
1717

PHP/Ribbon/getting-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: ejribbon, ribbon, ribbon widget, js ribbon
1111

1212
To get start with the Ribbon control using PHP wrapper classes, either of the following prerequisites needs to be installed in your machine to deploy and run those samples locally.
1313

14-
* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5)
14+
* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio)
1515
* [Xampp](https://www.apachefriends.org/download.html)
1616

1717
In this section, let's see how to create, deploy and run the Ribbon samples using Xampp server.
@@ -59,9 +59,9 @@ Create a first PHP file in Xampp and name it appropriately with `.php` extension
5959

6060
Ribbon has the following external script dependency and these should be referred before `ej` Script files
6161

62-
* [`jQuery`](http://jquery.com) 1.7.1 and later versions
62+
* [`jQuery`](https://jquery.com/) 1.7.1 and later versions
6363

64-
Also Ribbon have internal dependencies which includes `ej.core` libraries and [`child controls`](http://help.syncfusion.com/js/api/ejribbon#requires). For getting started, you can refer `ej.web.all.min.js` which includes `ej.core` and all Syncfusion JavaScript controls.
64+
Also Ribbon have internal dependencies which includes `ej.core` libraries and [`child controls`](https://help.syncfusion.com/api/js/ejribbon#requires). For getting started, you can refer `ej.web.all.min.js` which includes `ej.core` and all Syncfusion JavaScript controls.
6565

6666
Add the specific theme reference to your HTML file by referring the appropriate `ej.web.all.min.css` which contains `ej.widgets.core.min.css` (layout related CSS) and `ej.theme.min.css` (theme related CSS) for all the Syncfusion controls.
6767

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

9090
Here, the CDN links are used. In case, if the individual scripts are required to render the Ribbon control, refer [here](/dependencies).
9191

92-
N> 1. In case if you don’t want to use `ej.web.all.min.js` file, you can use our [`custom script generator`](http://help.syncfusion.com/js/api/ejribbon#requires) to create custom script file with required controls and its dependencies only
92+
N> 1. In case if you don’t want to use `ej.web.all.min.js` file, you can use our [`custom script generator`](https://help.syncfusion.com/api/js/ejribbon#requires) to create custom script file with required controls and its dependencies only
9393
N> 2. Ribbon’s sample level icons can be loaded using `ej.icons.CSS` from [this](http://cdn.syncfusion.com/{{ site.releaseversion }}/js/web/ribbon-css/ej.icons.css) CDN or from the location **(installed location)**\ Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\assets\css\web\ribbon-css”.
9494

9595
## AutoLoad file reference

PHP/Rotator/rotator-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ Should be referred when using rotator control.</td></tr>
3737
</table>
3838

3939
To get the real appearance of the Rotator, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the controls) should also needs to be referred.
40-
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/).
40+
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/).
4141

4242

0 commit comments

Comments
 (0)