@product7/feedback-sdk 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@product7/feedback-sdk",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "JavaScript SDK for integrating Product7 feedback widgets into any website",
5
5
  "main": "dist/feedback-sdk.js",
6
6
  "module": "src/index.js",
@@ -549,7 +549,7 @@ export class MessengerWidget extends BaseWidget {
549
549
  title: collection.title,
550
550
  description: collection.description || '',
551
551
  articleCount: collection.article_count || 0,
552
- url: collection.url_slug ? `/help-docs/${collection.url_slug}` : null,
552
+ url: collection.url_slug ? `/help-docs/collections/${collection.url_slug}` : null,
553
553
  }));
554
554
  }
555
555
  return [];