Skip to content

Commit 10a726a

Browse files
committed
chore: use stable docs
Related to camunda/camunda-modeler#5241
1 parent e2dd2db commit 10a726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contextProvider/zeebe/TooltipProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const TooltipProvider = {
275275
<div>
276276
<p>
277277
{ translate('The number of times the engine tries executing this activity if a worker signals a failure. The default is three.') } { ' ' }
278-
<a href="https://docs.camunda.io/docs/next/components/best-practices/development/dealing-with-problems-and-exceptions/#leveraging-retries" target="_blank" rel="noopener noreferrer">{ translate('Learn more.') }</a>
278+
<a href="https://docs.camunda.io/docs/components/best-practices/development/dealing-with-problems-and-exceptions/#leveraging-retries" target="_blank" rel="noopener noreferrer">{ translate('Learn more.') }</a>
279279
</p>
280280
</div>
281281
);

0 commit comments

Comments
 (0)