Skip to content

Commit

Permalink
chore: link to docs in release info
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Jan 8, 2025
1 parent acd2184 commit cf78ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/plugins/version-info/ReleaseInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function ReleaseInfo(props) {
<ul className="dashed">
<li>
<h4>Element template runtime versions</h4>
We now check element templates compatibility with your runtime version for templates that provide <a href="https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/defining-templates/#template-compatibility">compatibility information</a>.
We now check element templates compatibility with your runtime version for templates that provide <a href="https://docs.camunda.io/docs/components/modeler/desktop-modeler/element-templates/defining-templates/?utm_source=modeler&utm_medium=referral#template-compatibility">compatibility information</a>.
</li>
<li>
<h4>“Zeebe user task” renamed to “Camunda user task”</h4>
Expand All @@ -57,7 +57,7 @@ export function ReleaseInfo(props) {
</li>
<li>
<h4>Document preview component in Forms</h4>
Model and preview uploaded documents with the new document preview component.
Model and preview uploaded documents with the new <a href="https://docs.camunda.io/docs/next/components/modeler/forms/form-element-library/forms-element-library-document-preview/?utm_source=modeler&utm_medium=referral">document preview component</a>.
</li>
</ul>
</div>
Expand Down

0 comments on commit cf78ddc

Please sign in to comment.