Skip to content

Commit fef9538

Browse files
committed
ci issues
1 parent d9cef42 commit fef9538

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aspnet/PdfViewer/GettingStarted.md

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

5252
You can find the scripts for PDF viewer control and style sheets in any of the following locations:
53-
Local Disk[Click here](https://help.syncfusion.com/js/overview "Installation and deployment") to know more about script and style sheets installed in local machine.
54-
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.
55-
NuGet Package: [Click here](https://help.syncfusion.com/js/overview "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package.
53+
Local Disk to know more about script and style sheets installed in local machine.
54+
CDN Link: [Click here](https://help.syncfusion.com/js/cdn#cdn-scripts-links "CDN scripts and styles links") to know more about script and style sheets available online.
55+
NuGet Package: [Click here](https://help.syncfusion.com/js/nuget-packages "Configuring Syncfusion NuGet Packages") to know more about script and style sheets available in NuGet package.
5656

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

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

65-
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 "custom script generator") to create custom script file with required widgets and its dependencies, to reduce the size of the script file.
65+
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.
6666

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

0 commit comments

Comments
 (0)