Skip to content

Commit 89b9277

Browse files
captbaritonefacebook-github-bot
authored andcommitted
Fix double slash links (#5049)
Summary: Expanding upon #5039 to catch all such instances. Search for regex `\.mdx?/`. Pull Request resolved: #5049 Test Plan: Ran the docs in dev mode and confirmed that I could click the link and get to the why-null page at the right anchor Reviewed By: evanyeung Differential Revision: D79477408 Pulled By: captbaritone fbshipit-source-id: 1d2ce71714ba7d7309029081288cbb8e342f510d
1 parent 710dcd2 commit 89b9277

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

website/docs/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.md/#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

website/versioned_docs/version-v18.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.md/#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

website/versioned_docs/version-v19.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.md/#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

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.md/#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

website/versioned_docs/version-v20.1.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.md/#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)