Skip to content

Commit bda268f

Browse files
Update replaceFoundLink.js
1 parent 9e97048 commit bda268f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UsesCases/Links/replace/replaceFoundLink.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
// 6. Perform some action after successful addition
77
// All values of variables starting with "YOUR_****" should be replaced by real user values
88

9-
import credentials from "../../../../Credentials/credentials.json" with { type: "json" };
9+
import credentials from "./credentials.json" with { type: "json" };
1010
import fs from 'node:fs/promises';
1111
import path from 'node:path';
12-
import { PdfApi } from "../../../src/api/api.js";
12+
import { PdfApi } from "asposepdfcloud";;
1313

1414
const configParams = {
1515
LOCAL_FOLDER: "C:\\Samples\\",
@@ -85,4 +85,4 @@ async function main() {
8585
}
8686
}
8787

88-
main();
88+
main();

0 commit comments

Comments
 (0)