Skip to content

Commit bb3efcf

Browse files
1000370: Resolved CI failure in javascript-es6
1 parent da31c35 commit bb3efcf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es6/annotations/text-markup-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ Add the below `serviceUrl` in the `index.ts` file
556556

557557
## Strikethrough text programmatically
558558

559-
Programmatically add strikethrough using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation/#addannotation) method.
559+
Programmatically add strikethrough using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation#addannotation) method.
560560

561561
Example:
562562

@@ -755,7 +755,7 @@ Add the below `serviceUrl` in the `index.ts` file
755755

756756
## Add squiggly to text programmatically
757757

758-
Programmatically add squiggly using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation/#addannotation) method.
758+
Programmatically add squiggly using the [addAnnotation](https://ej2.syncfusion.com/documentation/api/pdfviewer/annotation#addannotation) method.
759759

760760
Example:
761761

Document-Processing/PDF/PDF-Viewer/javascript-es6/how-to/custom-context-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ The following is the output of the custom context menu with customization.
290290
{% endtabs %}
291291

292292
N> To set up the **server-backed PDF Viewer**,
293-
Add the below [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl) in the `index.ts` file
293+
Add the below [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer#serviceurl) in the `index.ts` file
294294
`viewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
295295

296296
{% previewsample "/document-processing/code-snippet/pdfviewer/javascript-es5/custom-context-menu" %}

Document-Processing/PDF/PDF-Viewer/javascript-es6/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ PDF Viewer allows you to customize(add, show, hide, enable, and disable) existin
315315

316316
* Show, Hide - Existing items can be shown or hidden using the [`ToolbarSettings`](https://ej2.syncfusion.com/documentation/api/pdfviewer/toolbarSettings) property. Pre-defined toolbar items are available with [`ToolbarItem`](https://ej2.syncfusion.com/documentation/api/pdfviewer/toolbarItem).
317317

318-
* Enable, Disable - Toolbar items can be enabled or disable using [`enabletoolbaritem`](https://ej2.syncfusion.com/documentation/api/pdfviewer/toolbar/#enabletoolbaritem)
318+
* Enable, Disable - Toolbar items can be enabled or disable using [`enabletoolbaritem`](https://ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#enabletoolbaritem)
319319

320320
{% tabs %}
321321
{% highlight js tabtitle="Standalone" %}

0 commit comments

Comments
 (0)