From 15e6d5eb6d3975f7c0beac69c2af5c39f879fe3b Mon Sep 17 00:00:00 2001 From: gowthamanthavasiyappan <90315799+gowthamanthavasiyappan@users.noreply.github.com> Date: Tue, 6 Jun 2023 10:44:18 +0530 Subject: [PATCH] SEO-172685-PHP-redirection-tool-fixes-2 --- PHP/Kanban/dependencies.md | 4 ++-- PHP/Kanban/getting-started.md | 10 +++++----- PHP/Kanban/overview.md | 2 +- PHP/LinearGauge/Getting-Started.md | 2 +- PHP/Maps/Getting-Started.md | 8 ++++---- PHP/Maps/Overview.md | 2 +- PHP/NavigationDrawer/navigationdrawer-dependencies.md | 2 +- PHP/installation/Installation-Errors.md | 4 ++-- PHP/installation/mac-installer/how-to-download.md | 4 ++-- PHP/installation/offline-installer/how-to-download.md | 4 ++-- PHP/installation/offline-installer/how-to-install.md | 2 +- PHP/installation/web-installer/how-to-download.md | 4 ++-- PHP/installation/web-installer/how-to-install.md | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/PHP/Kanban/dependencies.md b/PHP/Kanban/dependencies.md index 4baab3f0..7238560a 100644 --- a/PHP/Kanban/dependencies.md +++ b/PHP/Kanban/dependencies.md @@ -11,7 +11,7 @@ keywords: kanban dependency files The Kanban control has the following list of external JavaScript dependencies. -* [`jQuery 1.7.1`](http://jquery.com) and later versions +* [`jQuery 1.7.1`](https://jquery.com/) and later versions * [`jsRender`](https://github.com/borismoore/jsrender) - to render the templates 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` 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. -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). +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/). diff --git a/PHP/Kanban/getting-started.md b/PHP/Kanban/getting-started.md index f84beeb3..62e36edf 100644 --- a/PHP/Kanban/getting-started.md +++ b/PHP/Kanban/getting-started.md @@ -11,7 +11,7 @@ keywords: ejkanban, kanban, kanban widget, js kanban 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. -* [PHP tools for Visual Studio](https://visualstudiogallery.msdn.microsoft.com/6eb51f05-ef01-4513-ac83-4c5f50c95fb5) +* [PHP tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=DEVSENSE.PHPToolsforVisualStudio) * [Xampp](https://www.apachefriends.org/download.html) 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 ## Data Binding -`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`. +`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`. -For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example. +For demonstration purpose, [Northwind OData service](https://mvc.syncfusion.com/Services/Northwnd.svc/) is used in this tutorial. Refer to the following code example. {% highlight html %} @@ -160,7 +160,7 @@ For demonstration purpose, [Northwind OData service](http://mvc.syncfusion.com/S {% endhighlight %} -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. +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. ## Mapping Values @@ -229,7 +229,7 @@ N> `primaryKey` field is mandatory for “Drag and Drop” ,”Selection” and ## Adding Filters -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). +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). {% highlight html %} diff --git a/PHP/Kanban/overview.md b/PHP/Kanban/overview.md index 6cbbbec5..c536a6a7 100644 --- a/PHP/Kanban/overview.md +++ b/PHP/Kanban/overview.md @@ -13,7 +13,7 @@ The Kanban control is an efficient way to visualize the workflow at each stage a Some important features of the Kanban control are: -* 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. +* 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. * Swim lane – Supports Swim lane grouping. * Filters – Supports filtering based on user Query. * Editing - Offers card editing, inserting, and deleting using Dialog. diff --git a/PHP/LinearGauge/Getting-Started.md b/PHP/LinearGauge/Getting-Started.md index ef6af0ae..737e8050 100644 --- a/PHP/LinearGauge/Getting-Started.md +++ b/PHP/LinearGauge/Getting-Started.md @@ -47,7 +47,7 @@ Refer the required scripts files in your PHP page as mentioned below in order to {% endhighlight %} -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. +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. ## Initialize LinearGauge diff --git a/PHP/Maps/Getting-Started.md b/PHP/Maps/Getting-Started.md index 932f5717..fb9f21f2 100644 --- a/PHP/Maps/Getting-Started.md +++ b/PHP/Maps/Getting-Started.md @@ -21,7 +21,7 @@ You can configure an **Essential PHP** Map in simple steps. In this example, you To use ejMap, refer the following libraries in **HTML** page. -* [jQuery](http://jquery.com/) version 1.10.1 and above, +* [jQuery](https://jquery.com/) version 1.10.1 and above, * ej.web.all.min * JsRender @@ -54,11 +54,11 @@ Refer the required scripts files in your PHP page as mentioned below in order to {% endhighlight %} -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. +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. ### Prepare Shape Data -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). +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). In this example, USA shape is used as shape data and this shape data JSON string is converted into PHP object using getUSAMap() method. @@ -319,4 +319,4 @@ The following screenshot illustrates a map displaying an interactive legend. ![](Getting-Started_images/Getting-Started_img6.png) -The complete code sample can be found [here](http://www.syncfusion.com/uploads/user/directTrac/General/Getting_Started1888184355.zip). \ No newline at end of file +The complete code sample can be found [here](https://www.syncfusion.com/uploads/user/directTrac/General/Getting_Started1888184355.zip). \ No newline at end of file diff --git a/PHP/Maps/Overview.md b/PHP/Maps/Overview.md index 42095391..92a5fc18 100644 --- a/PHP/Maps/Overview.md +++ b/PHP/Maps/Overview.md @@ -29,7 +29,7 @@ Some of the **Maps** control use case scenarios: * **Layers** - Map is maintained through Layers and it can accommodate one or more layers. * **Map Providers Support** - Syncfusion Map support map providers such as OpenStreetMap that can be added to any layers in maps. -* **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. +* **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. * **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. * **User Interaction** - Options like zooming, panning and map selection enables the effective interaction on map elements. diff --git a/PHP/NavigationDrawer/navigationdrawer-dependencies.md b/PHP/NavigationDrawer/navigationdrawer-dependencies.md index d2828b0d..4c37a908 100644 --- a/PHP/NavigationDrawer/navigationdrawer-dependencies.md +++ b/PHP/NavigationDrawer/navigationdrawer-dependencies.md @@ -51,5 +51,5 @@ Should be referred to render the checkbox for the list items using navigation dr 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. -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/). +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/). diff --git a/PHP/installation/Installation-Errors.md b/PHP/installation/Installation-Errors.md index 6c58bfca..bca4cbff 100644 --- a/PHP/installation/Installation-Errors.md +++ b/PHP/installation/Installation-Errors.md @@ -16,7 +16,7 @@ This article describes the most common installation errors, as well as the cause * [License has expired](https://help.syncfusion.com/php/installation/installation-errors#license-has-expired) * [Unable to find a valid license or trial](https://help.syncfusion.com/php/installation/installation-errors#unable-to-find-a-valid-license-or-trial) * [Unable to install because of another installation](https://help.syncfusion.com/php/installation/installation-errors#unable-to-install-because-of-another-installation) -* [Unable to install due to controlled folder access](http://help.syncfusion.com/php/installation/installation-errors#unable-to-install-due-to-controlled-folder-access) +* [Unable to install due to controlled folder access](https://help.syncfusion.com/php/installation/installation-errors#unable-to-install-due-to-controlled-folder-access) ## Unlocking the license installer using the trial key @@ -32,7 +32,7 @@ You are attempting to use a Trial unlock key to unlock the licensed installer. ### Suggested solution -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. +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. ## License has expired diff --git a/PHP/installation/mac-installer/how-to-download.md b/PHP/installation/mac-installer/how-to-download.md index 1583b4f0..be419f6a 100644 --- a/PHP/installation/mac-installer/how-to-download.md +++ b/PHP/installation/mac-installer/how-to-download.md @@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways. ![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. -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. +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. 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.) ![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 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. -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.) +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.) ![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png) diff --git a/PHP/installation/offline-installer/how-to-download.md b/PHP/installation/offline-installer/how-to-download.md index b30fb931..32aa19a4 100644 --- a/PHP/installation/offline-installer/how-to-download.md +++ b/PHP/installation/offline-installer/how-to-download.md @@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways. ![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. -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. +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. 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.) ![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 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. -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.) +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.) ![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png) diff --git a/PHP/installation/offline-installer/how-to-install.md b/PHP/installation/offline-installer/how-to-install.md index 1d143a8e..4d01bf9a 100644 --- a/PHP/installation/offline-installer/how-to-install.md +++ b/PHP/installation/offline-installer/how-to-install.md @@ -43,7 +43,7 @@ The steps below show how to install the Essential Studio PHP installer. The trial unlock key is only valid for 30 days, and the installer will not accept an expired trial key. - To learn how to generate an unlock key for both trial and licensed products, see [this](https://www.syncfusion.com/kb/2326) Knowledge Base article. + To learn how to generate an unlock key for both trial and licensed products, see [this](https://support.syncfusion.com/kb/article/2757/how-to-generate-syncfusion-setup-unlock-key-from-syncfusion-support-account) Knowledge Base article. ![Product key](images/Step-by-Step-Installation_img3.png) diff --git a/PHP/installation/web-installer/how-to-download.md b/PHP/installation/web-installer/how-to-download.md index e25fabdf..03bf9569 100644 --- a/PHP/installation/web-installer/how-to-download.md +++ b/PHP/installation/web-installer/how-to-download.md @@ -32,7 +32,7 @@ Our 30-day trial can be downloaded in two ways. ![Trial and downloads of Syncfusion Essential Studio](images/trial-confirmation.png) 3. With a trial license, only the latest version’s trial installer can be downloaded. -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. +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. 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.) 6. Click the Download (element 1 in the screenshot below) button to get the Syncfusion Essential Studio PHP web installer. @@ -53,7 +53,7 @@ You should initiate an evaluation if you have already obtained our components th 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. -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.) +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.) ![License and downloads of Syncfusion Essential Studio](images/start-trial-download-installer.png) diff --git a/PHP/installation/web-installer/how-to-install.md b/PHP/installation/web-installer/how-to-install.md index fd6b379e..a0a9c1a2 100644 --- a/PHP/installation/web-installer/how-to-install.md +++ b/PHP/installation/web-installer/how-to-install.md @@ -13,7 +13,7 @@ documentation: ug ## Overview -For the Essential Studio PHP product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/downloads/latest-version). +For the Essential Studio PHP product, Syncfusion offers a Web Installer. This installer alleviates the burden of downloading a larger installer. You can simply download and run the online installer, which will be smaller in size and will download and install the Essential Studio products you have chosen. You can get the most recent version of Essential Studio Web Installer [here](https://www.syncfusion.com/account/downloads). ## Installation