Skip to content

Commit 8cdfc37

Browse files
authored
Fix broken link (#170)
1 parent b3b0c67 commit 8cdfc37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/5-real-world/1-error-handling/1-domain-vs-transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Domain errors should:
5757
### Custom Error Types (Optional)
5858

5959
For cases where additional structured error data is needed, you can define custom error types. See the
60-
[main error handling documentation](../_index.md#custom-error-types) for detailed information about
60+
[main error handling documentation](_index.md#custom-error-types) for detailed information about
6161
custom error types, including important requirements for the `name` field and the `struct:error:name`
6262
metadata.
6363

0 commit comments

Comments
 (0)