Skip to content

Commit aa7f3ba

Browse files
authored
Merge pull request #273 from syncfusion-content/SEO-172685-PHP-redirection-tool-fixes-2
SEO-172685-PHP-redirection-tool-fixes-2
2 parents a138dab + 15e6d5e commit aa7f3ba

File tree

13 files changed

+25
-25
lines changed

13 files changed

+25
-25
lines changed

PHP/Kanban/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: kanban dependency files
1111

1212
The Kanban control has the following list of external JavaScript dependencies.
1313

14-
* [`jQuery 1.7.1`](http://jquery.com) and later versions
14+
* [`jQuery 1.7.1`](https://jquery.com/) and later versions
1515
* [`jsRender`](https://github.com/borismoore/jsrender) - to render the templates
1616

1717
Refer to the internal dependencies in the following table.
@@ -159,4 +159,4 @@ N> Kanban uses one or more sub-controls, therefore refer the `ej.web.all.min.js`
159159

160160
To get the real appearance of the Kanban, the dependent CSS file `ej.web.all.min.css` (which includes styles of all the widgets) should also needs to be referred.
161161

162-
N> 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).
162+
N> 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/Kanban/getting-started.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords: ejkanban, kanban, kanban widget, js kanban
1111

1212
To get start with the Kanban 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 Kanban samples using Xampp server.
@@ -133,9 +133,9 @@ N> 2.It is mandatory to define the render() method at last as given in the above
133133

134134
## Data Binding
135135

136-
`Data binding` in the Kanban is achieved by using the [ej.DataManager](http://help.syncfusion.com/js/datamanager/overview) that supports both RESTful JSON data services binding and local JSON array binding. To set the data source to Kanban, the `dataSource` property is assigned with the instance of the `ej.DataManger`.
136+
`Data binding` in the Kanban is achieved by using the [ej.DataManager](https://help.syncfusion.com/js/datamanager/overview) that supports both RESTful JSON data services binding and local JSON array binding. To set the data source to Kanban, the `dataSource` property is assigned with the instance of the `ej.DataManger`.
137137

138-
For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example.
138+
For demonstration purpose, [Northwind OData service](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example.
139139

140140
{% highlight html %}
141141

@@ -160,7 +160,7 @@ For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/S
160160

161161
{% endhighlight %}
162162

163-
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](http://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
163+
N> ODataAdaptor is the default adaptor used within DataManager. While binding to other web services, proper [data adaptor](https://help.syncfusion.com/js/datamanager/data-adaptors) needs to be set for `adaptor` option of DataManager.
164164

165165
## Mapping Values
166166

@@ -229,7 +229,7 @@ N> `primaryKey` field is mandatory for “Drag and Drop” ,”Selection” and
229229

230230
## Adding Filters
231231

232-
Filters allows to filter the collection of cards from `dataSource` which meets the predefined `query` in the filters collection. To enable filtering, define `filterSettings` collection with display `text` and [ej.Query](http://help.syncfusion.com/js/datamanager/query).
232+
Filters allows to filter the collection of cards from `dataSource` which meets the predefined `query` in the filters collection. To enable filtering, define `filterSettings` collection with display `text` and [ej.Query](https://help.syncfusion.com/js/datamanager/query).
233233

234234
{% highlight html %}
235235

PHP/Kanban/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Kanban control is an efficient way to visualize the workflow at each stage a
1313

1414
Some important features of the Kanban control are:
1515

16-
* Data sources - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](http://help.syncfusion.com/js/datamanager/overview) which support OData and remote web service binding.
16+
* Data sources - Bind the Kanban control with an array of JSON objects or [`ej.DataManager`](https://help.syncfusion.com/js/datamanager/overview) which support OData and remote web service binding.
1717
* Swim lane – Supports Swim lane grouping.
1818
* Filters – Supports filtering based on user Query.
1919
* Editing - Offers card editing, inserting, and deleting using Dialog.

PHP/LinearGauge/Getting-Started.md

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

4848
{% endhighlight %}
4949

50-
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.
50+
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.
5151

5252
## Initialize LinearGauge
5353

PHP/Maps/Getting-Started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can configure an **Essential PHP** Map in simple steps. In this example, you
2121

2222
To use ejMap, refer the following libraries in **HTML** page.
2323

24-
* [jQuery](http://jquery.com/) version 1.10.1 and above,
24+
* [jQuery](https://jquery.com/) version 1.10.1 and above,
2525
* ej.web.all.min
2626
* JsRender
2727

@@ -54,11 +54,11 @@ Refer the required scripts files in your PHP page as mentioned below in order to
5454

5555
{% endhighlight %}
5656

57-
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.
57+
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.
5858

5959
### Prepare Shape Data
6060

61-
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
61+
The Shape Data collection describing geographical shape information can be obtained from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip).
6262

6363
In this example, USA shape is used as shape data and this shape data JSON string is converted into PHP object using getUSAMap() method.
6464

@@ -319,4 +319,4 @@ The following screenshot illustrates a map displaying an interactive legend.
319319

320320
![](Getting-Started_images/Getting-Started_img6.png)
321321

322-
The complete code sample can be found [here](http://www.syncfusion.com/uploads/user/directTrac/General/Getting_Started1888184355.zip).
322+
The complete code sample can be found [here](https://www.syncfusion.com/uploads/user/directTrac/General/Getting_Started1888184355.zip).

PHP/Maps/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Some of the **Maps** control use case scenarios:
2929

3030
* **Layers** - Map is maintained through Layers and it can accommodate one or more layers.
3131
* **Map Providers Support** - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps.
32-
* **GeoJSON Data Input** - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](http://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
32+
* **GeoJSON Data Input** - The GeoJSON standard allows you to plot your own shapes using customized data to your maps. You can obtain some of the GeoJSON standard shape information from [GEOJSON format shapes](https://www.syncfusion.com/uploads/user/uploads/Maps_GeoJSON.zip) that can be used as data input for maps.
3333
* **Map Elements Customization** - Map contains a set of elements, including shapes, bubbles, markers, legend, labels and data items that can be visualized with customized appearance showing additional information on the map using data bound data.
3434
* **User Interaction** - Options like zooming, panning and map selection enables the effective interaction on map elements.
3535

PHP/NavigationDrawer/navigationdrawer-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ Should be referred to render the checkbox for the list items using navigation dr
5151
</table>
5252

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

PHP/installation/Installation-Errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes the most common installation errors, as well as the cause
1616
* [License has expired](https://help.syncfusion.com/php/installation/installation-errors#license-has-expired)
1717
* [Unable to find a valid license or trial](https://help.syncfusion.com/php/installation/installation-errors#unable-to-find-a-valid-license-or-trial)
1818
* [Unable to install because of another installation](https://help.syncfusion.com/php/installation/installation-errors#unable-to-install-because-of-another-installation)
19-
* [Unable to install due to controlled folder access](http://help.syncfusion.com/php/installation/installation-errors#unable-to-install-due-to-controlled-folder-access)
19+
* [Unable to install due to controlled folder access](https://help.syncfusion.com/php/installation/installation-errors#unable-to-install-due-to-controlled-folder-access)
2020

2121
## Unlocking the license installer using the trial key
2222

@@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer.
3232

3333
### Suggested solution
3434

35-
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](http://syncfusion.com/kb/2326) article.
35+
Only a licensed unlock key can unlock a licensed installer. So, to unlock the Licensed installer, use the Licensed unlock key. To generate the licensed unlock key, refer to [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) article.
3636

3737

3838
## License has expired

PHP/installation/mac-installer/how-to-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways.
3232
![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png)
3333

3434
3. With a trial license, only the latest version’s trial installer can be downloaded.
35-
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
35+
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
3636
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
3737

3838
![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png)
@@ -54,7 +54,7 @@ You should initiate an evaluation if you have already obtained our components th
5454

5555
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
5656

57-
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
57+
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
5858

5959
![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png)
6060

PHP/installation/offline-installer/how-to-download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways.
3232
![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png)
3333

3434
3. With a trial license, only the latest version’s trial installer can be downloaded.
35-
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) article.
35+
4. After downloading, the Syncfusion PHP trial installer can be unlocked using either the trial unlock key or the Syncfusion registered login credential. More information on generating an unlock key can be found in [this](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) article.
3636
5. Before the trial expires, you can download the trial installer at any time from your registered account’s [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page (as shown in below screenshot.)
3737

3838
![Trial and downloads of Syncfusion Essential Studio](images/trial-download.png)
@@ -54,7 +54,7 @@ You should initiate an evaluation if you have already obtained our components th
5454

5555
N> If you've already used the trial products and they haven't expired, you won't be able to start the trial for the same product again.
5656

57-
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://www.syncfusion.com/kb/8069/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
57+
4. After you've started the trial, go to the [Trials & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) page to get the latest version trial installer. You can generate the [unlock key](https://support.syncfusion.com/kb/article/7053/how-to-generate-unlock-key-for-essentials-studio-products) and [license key](https://help.syncfusion.com/php/licensing/overview) here at any time before the trial period expires. (as shown in below screenshot.)
5858

5959
![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png)
6060

0 commit comments

Comments
 (0)