@product7/feedback-sdk 1.4.1 → 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/dist/feedback-sdk.js
CHANGED
|
@@ -6199,7 +6199,7 @@
|
|
|
6199
6199
|
title: collection.title,
|
|
6200
6200
|
description: collection.description || '',
|
|
6201
6201
|
articleCount: collection.article_count || 0,
|
|
6202
|
-
url: collection.url_slug ? `/help/${collection.url_slug}` : null,
|
|
6202
|
+
url: collection.url_slug ? `/help-docs/collections/${collection.url_slug}` : null,
|
|
6203
6203
|
}));
|
|
6204
6204
|
}
|
|
6205
6205
|
return [];
|