Skip to content

Commit b343ce7

Browse files
committed
resolved
1 parent a9f9fd6 commit b343ce7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnet/PdfViewer/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ N> Starting with v16.2.0.x, if you reference Syncfusion assemblies from trial se
5151
**Add Scripts and Styles**
5252

5353
You can find the scripts for PDF viewer control and style sheets in any of the following locations:
54-
Local Disk: [Installation and deployment](https://help.syncfusion.com/js/overview) to know more about script and style sheets installed in local machine.
54+
Local Disk: [Installation and deployment](https://help.syncfusion.com/js/configuration-and-deployment) to know more about script and style sheets installed in local machine.
5555
CDN Link: [CDN scripts and styles links](https://help.syncfusion.com/js/cdn#) to know more about script and style sheets available online.
56-
NuGet Package: [Configuring Syncfusion.uGet Packages](https://help.syncfusion.com/js/overview) to know more about script and style sheets available in NuGet package.
56+
NuGet Package: [Configuring Syncfusion.NuGet Packages](https://help.syncfusion.com/js/nuget-packages) to know more about script and style sheets available in NuGet package.
5757

5858
Add the script files and CSS files in the <title> tag of Default.aspx.
5959

@@ -63,7 +63,7 @@ Add the script files and CSS files in the <title> tag of Default.aspx.
6363
<script src="https://cdn.syncfusion.com/16.1.0.24/js/web/ej.web.all.min.js"></script>
6464
{% endhighlight %}
6565

66-
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
66+
N> For getting started, you can use the ej.web.all.min.js file, which encapsulates all the ej widgets and frameworks in one single file. In production, we highly recommend you to use our [custom script generator](https://help.syncfusion.com/js/overview) to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
6767

6868
### Add PDF viewer Control in View page
6969

0 commit comments

Comments
 (0)