Skip to content

Commit bda6ee7

Browse files
committed
Update links (#418)
1 parent bc540d3 commit bda6ee7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/plugin/framework/handling-data/accessing-values.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ or null. It is safe to assume:
112112
In any other circumstances, the provider is responsible for handling the
113113
possibility that an unknown or null value may be presented to it.
114114

115-
Refer to the [conversion rules](/plugin/framework/handling-data/conversion-rules)
115+
Refer to the [conversion rules](/plugin/framework/handling-data/conversion-rules#converting-from-framework-types-to-go-types)
116116
for more information about supported Go types.

website/docs/plugin/framework/handling-data/writing-state.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ func (r ThingResource) Read(ctx context.Context,
8484
}
8585
```
8686

87-
Refer to the [conversion rules](/plugin/framework/handling-data/conversion-rules)
87+
Refer to the [conversion rules](/plugin/framework/handling-data/conversion-rules#converting-from-go-types-to-framework-types)
8888
for more information about supported Go types.

0 commit comments

Comments
 (0)