Skip to content

Commit d92ce59

Browse files
authored
fix(docs) : updated invalid link for Address type (#3492)
Now link is no longer invalid and leads to ton.org smart contract overview.
1 parent 461fa68 commit d92ce59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/book/types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Tact supports a number of primitive data types that are tailored for smart contr
1919

2020
* [`Int{:tact}`](/book/integers) — All numbers in Tact are $257$-bit signed integers, but [smaller representations](/book/integers#serialization) can be used to reduce storage costs.
2121
* [`Bool{:tact}`](#booleans) — Classical boolean with `true{:tact}` and `false{:tact}` values.
22-
* `Address{:tact}` — Standard [smart contract address](https://docs.ton.org/learn/overviews/addresses#address-of-smart-contract) in TON Blockchain.
22+
* `Address{:tact}` — Standard [smart contract address](https://docs.ton.org/v3/documentation/smart-contracts/addresses/address) in TON Blockchain.
2323
* [`Cell{:tact}`](/book/cells#cells), [`Builder{:tact}`](/book/cells#builders), [`Slice{:tact}`](/book/cells#slices) — Low-level primitives of [TVM][tvm].
2424
* `String{:tact}` — Immutable text strings.
2525
* `StringBuilder{:tact}` — Helper type that allows you to concatenate strings in a gas-efficient way.

0 commit comments

Comments
 (0)