Skip to content

Commit 588d827

Browse files
authored
Merge branch 'develop' into master-merge
2 parents 20e1c43 + eb732ac commit 588d827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/feature-guides/use-clarity-values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ Title: Use Clarity Values
55

66
# Using Clarity Values
77

8-
Some endpoints, like the [read-only function contract call](https://docs.hiro.so/api#operation/call_read_only_function), require input to a serialized [Clarity value](https://docs.stacks.co/docs/write-smart-contracts/values). Other endpoints return serialized values that need to be deserialized.
8+
Some endpoints, like the [read-only function contract call](https://docs.hiro.so/api/call-read-only-function), require input to be a serialized [Clarity value](https://docs.hiro.so/stacks-blockchain-api/feature-guides/transactions#clarity-value-types). Other endpoints return serialized values that need to be deserialized.
99

1010
The example shown below illustrates Clarity value usage in combination with the API.
1111

12-
The `@stacks/transactions` library supports typed contract calls and makes [response value utilization much simpler](https://docs.stacks.co/docs/write-smart-contracts/values#utilizing-clarity-values-from-transaction-responses).
12+
The `@stacks/transactions` library supports typed contract calls and makes response value utilization much simpler.
1313

1414
```ts
1515
import {

0 commit comments

Comments
 (0)