Skip to content

Commit 157b242

Browse files
986927: resolved CI issues
1 parent 38e221a commit 157b242

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Document-Processing/PDF/PDF-Viewer/javascript-es6/interactive-pdf-navigation/bookmark-navigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,5 @@ document.getElementById('getBookmarks').addEventListener('click', () => {
7575

7676
## See also
7777

78-
* [Toolbar items](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/toolbar/)
79-
* [Feature Modules](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/feature-module/)
78+
* [Toolbar items](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/toolbar)
79+
* [Feature Modules](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/feature-module)

Document-Processing/PDF/PDF-Viewer/javascript-es6/interactive-pdf-navigation/page-thumbnail-navigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ pdfviewer.appendTo('#PdfViewer');
4343

4444
## See also
4545

46-
* [Toolbar items](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/toolbar/)
47-
* [Feature Modules](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/feature-module/)
46+
* [Toolbar items](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/toolbar)
47+
* [Feature Modules](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/feature-module)

Document-Processing/PDF/PDF-Viewer/vue/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add CSS references needed for PDF Viewer in `style` section of the `App.vue` fil
6363
```
6464
### Add PDF Viewer component
6565

66-
Add the Vue PDF Viewer by using `ejs-pdfviewer` selector in template section of the `App.vue` file.
66+
Add the Vue PDF Viewer by using `ej-pdfviewer` selector in template section of the `App.vue` file.
6767

6868
```
6969
<template>

0 commit comments

Comments
 (0)