Skip to content

Commit fa894f4

Browse files
authored
Fixed links (#120)
1 parent 54a7bdf commit fa894f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/data-representation/custom-data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Custom data types have several key advantages:
2323
:::info
2424

2525
- Use custom data type when predefined data types, such as _integer_ and _string_ may not be enough to store certain kinds of information.
26-
- FlutterFlow also supports some [**Built-in Data Types**](data-types#built-in-data-types).
26+
- FlutterFlow also supports some [**Built-in Data Types**](data-types.md#built-in-data-types).
2727

2828
:::
2929

@@ -66,7 +66,7 @@ To create a custom data type, specify its name and the corresponding fields. Eac
6666

6767
## Accessing Custom Data Type
6868

69-
After creating the custom data type, you can use it to create variables, such as an app state variable, and then access them. Here's an [example](app-state#working-with-app-state-variables).
69+
After creating the custom data type, you can use it to create variables, such as an app state variable, and then access them. Here's an [example](app-state.md#working-with-app-state-variables).
7070

7171
### Custom Data Type in Custom Code
7272
Sometimes, you might want to access the custom data type in your custom code. Our custom code editor allows you to receive and pass data into a variable of a custom data type. For example, you could manipulate or analyze the data as needed, and then return the modified result in the custom data type.

0 commit comments

Comments
 (0)