@redpanda-data/docs-extensions-and-macros 3.10.0 → 3.10.1
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.
|
@@ -704,7 +704,7 @@ module.exports.register = function (registry, context) {
|
|
|
704
704
|
const requiresEnterprise = componentRows.some(row => row.is_licensed.toLowerCase() === 'yes');
|
|
705
705
|
if (requiresEnterprise) {
|
|
706
706
|
enterpriseLicenseInfo = `
|
|
707
|
-
<p><strong>License</strong>: This component requires an <a href="https://redpanda.com/
|
|
707
|
+
<p><strong>License</strong>: This component requires an <a href="https://docs.redpanda.com/redpanda-connect/get-started/licensing/" target="_blank">Enterprise license</a>. To upgrade, go to the <a href="https://www.redpanda.com/upgrade" target="_blank" rel="noopener">Redpanda website</a>.</p>`;
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
710
|
const isCloudSupported = componentRows.some(row => row.is_cloud_supported === 'y');
|