Skip to content

Commit 7d71917

Browse files
committed
Fix v20 link
1 parent e72a7a1 commit 7d71917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/versioned_docs/version-v20.0.0/guides/throw-on-field-error-directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The `@throwOnFieldError` directive can be added to fragments and queries. When
1515
this directive is used, the Relay runtime will throw an exception if a field
1616
with a field error is encountered while reading the fragment or query, or if
1717
Relay is missing data due to a
18-
[graph relationship change](../debugging/why-null#graph-relationship-change).
18+
[graph relationship change](../debugging/why-null.md#graph-relationship-change).
1919

2020
In addition to causing the Relay runtime to throw an exception if a field error
2121
is encountered, the `@throwOnFieldError` directive also enables generation of

0 commit comments

Comments
 (0)