Skip to content

Commit 708d095

Browse files
Fix old CDN URL.
1 parent ecafb8c commit 708d095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/salesforce/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ To deploy the PSPDFKit package to your Salesforce organization, follow these ste
4545
yarn install
4646
```
4747

48-
3. The PSPDFKit for Salesforce integration example now makes use of the PSPDFKit version available from our CDN at https://cdn.cloud.www.nutrient.io/pspdfkit-web, which means it's no longer limited by Salesforce's upload assets size 5MB limit.
48+
3. The PSPDFKit for Salesforce integration example now makes use of the PSPDFKit version available from our CDN at https://cdn.cloud.pspdfkit.com/pspdfkit-web, which means it's no longer limited by Salesforce's upload assets size 5MB limit.
4949

5050
In order to set the PSPDFKit version you want to use, open `./force-app/main/default/pages/PSPDFKit_InitPSPDFKit.page` and edit the line 7 to reflect the PSPDFKit version. For example, in order to use version 2024.4.0, you should change the URL pointing to the CDN to:
5151

5252
```html
53-
<script src="https://cdn.cloud.www.nutrient.io/[email protected]/pspdfkit.js" type="text/javascript"></script>
53+
<script src="https://cdn.cloud.pspdfkit.com/[email protected]/pspdfkit.js" type="text/javascript"></script>
5454
```
5555

5656
You can find the latest version of Nutrient Web SDK in the [PSPDFKit changelog](https://www.nutrient.io/changelog/web/).

0 commit comments

Comments
 (0)