You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/_includes/content/destination-dossier.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ <h6>Destination Info</h6>
56
56
{% endif %}
57
57
{% if connectionModes.cloud.web == true %}
58
58
{% unless connectionModes.cloud.mobile == true or connectionModes.cloud.server == true or connectionModes.device.web == true or connectionModes.device.mobile == true or connectionModes.device.server == true %}
59
-
<li>This destination is not compatible with Destination Insert functions. For more information, see the <ahref="/docs/connections/functions/insert-functions/">Destination Insert Functions documentation.</a></li>
59
+
<li>This destination is not compatible with <ahref="/docs/connections/functions/insert-functions/">Destination Insert Functions.</a></li>
60
60
{% endunless %}
61
61
{% endif %}
62
62
{% if destinationInfo.status == "PUBLIC_BETA" %}<li>This destination is in <spanclass="release-pill">Beta</span></li>{% endif %}
0 commit comments