Skip to content

Commit bc26d60

Browse files
committed
throw broken links
1 parent 850c91c commit bc26d60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/ui/pages/page-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ the above example:
251251
You can set the Data Type of your Page State variable to any primitive data types such as **String,
252252
Integer, Boolean, Double** or to any other complex built-in data types such as **Enum, Custom Data
253253
Type, Document,** etc. To learn more about the available data types, refer the [**Data
254-
Representation Section.** ](../../data-representation/overview.md)
254+
Representation Section.** ](../../../data-representation/overview.md)
255255
:::
256256

257257
### Get Page State value

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const config: Config = {
77
tagline: 'Learn how to build mobile, web and desktop apps incredibly fast - without sacrificing on app quality or features',
88
url: 'https://docs.flutterflow.io',
99
baseUrl: '/',
10-
onBrokenLinks: 'log',
11-
onBrokenMarkdownLinks: 'log',
10+
onBrokenLinks: 'throw',
11+
onBrokenMarkdownLinks: 'throw',
1212
favicon: 'logos/favicon.png',
1313
i18n: {
1414
defaultLocale: 'en',

0 commit comments

Comments
 (0)