Skip to content

Commit 2ec9d2f

Browse files
fix broken links
1 parent 151c41f commit 2ec9d2f

File tree

1 file changed

+1
-1
lines changed
  • docs-v2/pages/workflows/visual-builder/settings

1 file changed

+1
-1
lines changed

docs-v2/pages/workflows/visual-builder/settings/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ By default, if a step fails on all 8 retries, and throws a final error, you'll r
7777

7878
On any workflow with auto-retry enabled, you can optionally choose to **Send notification on first error**. This is disabled by default so you don't get emails for transient errors, but you can enable for critical workflows where you want visibility into all errors.
7979

80-
For custom control over error handling, you can implement error logic in code steps (e.g. `try` / `catch` statements in Node.js code), or [create your own custom error workflow](/workflows/visual-builder/errors#handle-errors-with-custom-logic ).
80+
For custom control over error handling, you can implement error logic in code steps (e.g. `try` / `catch` statements in Node.js code), or [create your own custom error workflow](/workflows/visual-builder/errors#handle-errors-with-custom-logic).
8181

8282
## Data Retention Controls
8383

0 commit comments

Comments
 (0)