Skip to content

Commit 069b922

Browse files
authored
Update data-types.md
The link to the page Custom Data Type in line 26 and the link to page Enums in line 57 was not working. Updated it from custom-data-type to custom-data-type.md and same for Enum
1 parent 01241eb commit 069b922

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Composite data types are made up of primitive data types. They can hold multiple
2323
You can also create your own custom data types. This can be especially useful when you need a specific structure for your data that doesn't fit into the predefined types. For example, you might create a custom data type for a user profile, which includes several pieces of data like a name, an email address, and a profile picture.
2424

2525
:::info
26-
Learn more about creating and using [**Custom Data Types**](custom-data-types).
26+
Learn more about creating and using [**Custom Data Types**](custom-data-types.md).
2727
:::
2828

2929
## Built-in Data Types
@@ -54,6 +54,6 @@ Enums, or enumerated types, are a special kind of data type that consists of a s
5454

5555
:::info
5656

57-
Learn more about creating and using enums [**here**](enums).
57+
Learn more about creating and using enums [**here**](enums.md).
5858

5959
:::

0 commit comments

Comments
 (0)