We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aad4e6 commit 9814e18Copy full SHA for 9814e18
src/provider/camunda/properties/HistoryCleanupProps.js
@@ -55,7 +55,7 @@ function HistoryTimeToLive(props) {
55
tooltip: <div>
56
<p>
57
{ translate('Number of days before this resource is being cleaned up. If specified, takes precedence over the engine configuration.') }{' '}
58
- <a href="https://docs.camunda.org/manual/7.20/update/minor/719-to-720/#enforce-history-time-to-live" target="_blank" rel="noopener">{ translate('Learn more') }</a>
+ <a href="https://docs.camunda.org/manual/latest/user-guide/process-engine/history/" target="_blank" rel="noopener">{ translate('Learn more') }</a>
59
</p>
60
</div>,
61
getValue,
0 commit comments