Skip to content

Commit b266e5e

Browse files
authored
Merge pull request #332 from Sonicof/patch-1
Update data-types.md
2 parents 26fcb2d + db370f3 commit b266e5e

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)