Skip to content

Commit f86c88c

Browse files
authored
website/docs: Link fix on int64 type page (#960)
1 parent 05f0d88 commit f86c88c

File tree

1 file changed

+1
-1
lines changed
  • website/docs/plugin/framework/handling-data/types

1 file changed

+1
-1
lines changed

website/docs/plugin/framework/handling-data/types/int64.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88

99
<Tip>
1010

11-
Use [Float64 Type](/terraform/plugin/framework/handling-data/types/int64) for 64-bit floating point numbers. Use [Number Attribute](/terraform/plugin/framework/handling-data/types/number) for arbitrary precision numbers.
11+
Use [Float64 Type](/terraform/plugin/framework/handling-data/types/float64) for 64-bit floating point numbers. Use [Number Attribute](/terraform/plugin/framework/handling-data/types/number) for arbitrary precision numbers.
1212

1313
</Tip>
1414

0 commit comments

Comments
 (0)