diff --git a/js/PdfViewer/Getting-Started.md b/js/PdfViewer/Getting-Started.md index 9d020a2a5..0c636ae9d 100644 --- a/js/PdfViewer/Getting-Started.md +++ b/js/PdfViewer/Getting-Started.md @@ -48,7 +48,7 @@ N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial se **Add Scripts and Styles** -The PDF viewer has the [JQuery](http://jquery.com/# "JQuery") external dependency. +The PDF viewer has the [JQuery](https://jquery.com/ "JQuery") external dependency. The following table shows the list of ej widgets required for using the ejPdfViewer. @@ -201,9 +201,9 @@ ej.slider.min.js Find the scripts and style sheets in any of the following locations: -Local Disk: [Click here](https://help.syncfusion.com/js/installation-and-upgrade/install-using-the-web-installer# "Installation and deployment") to know more about script and style sheets installed in local machine. -CDN Link: [Click here](https://help.syncfusion.com/js/cdn# "CDN scripts and styles links") to know more about script and style sheets available online. -NuGet Package: [Click here](https://help.syncfusion.com/js/installation-and-upgrade/install-using-the-web-installer#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package. +Local Disk: [Installation and deployment](https://help.syncfusion.com/js/installation/web-installer/how-to-install "Installation and deployment") to know more about script and style sheets installed in local machine. +CDN Link: [CDN scripts and styles links](https://help.syncfusion.com/js/cdn "CDN scripts and styles links") to know more about script and style sheets available online. +NuGet Package: [Configuring Syncfusion NuGet Packages](https://help.syncfusion.com/js/installation/web-installer/how-to-install#configuring-syncfusion-nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package. Add the script files and CSS files in the
tag of the Default.html page. @@ -214,7 +214,7 @@ Add the script files and CSS files in the tag of the Default.html pag {% endhighlight %} -N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](http://csg.syncfusion.com "Custom Script Generator") to create custom script file with required widgets and its dependencies to reduce the size of the script files. +N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in a single file. In production, it is highly recommended to use [custom script generator](https://help.syncfusion.com/js/custom-script-generator "Custom Script Generator") to create custom script file with required widgets and its dependencies to reduce the size of the script files. ### Add ejPdfViewer in HTML Page @@ -517,7 +517,7 @@ Run the sample application and you can see the PDF Viewer on the page as display **Sample:** -