Skip to content

Commit 5bd10a5

Browse files
authored
Fix line number in getLibraries link + dton url
1 parent 91495cb commit 5bd10a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/develop/data-formats/library-cells.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ Actual for 04.2024 and suppose to be enhanced in the near future.
9191

9292

9393
### LS, contract type detection and get methods
94-
Liteserver when running get methods automatically set correct library context. If you want to detect type of contract by get methods or run getmethods locally you need to download corresponding cells via LS method [liteServer.getLibraries](https://github.com/ton-blockchain/ton/blob/master/tl/generate/scheme/lite_api.tl#L85).
94+
Liteserver when running get methods automatically set correct library context. If you want to detect type of contract by get methods or run getmethods locally you need to download corresponding cells via LS method [liteServer.getLibraries](https://github.com/ton-blockchain/ton/blob/4cfe1d1a96acf956e28e2bbc696a143489e23631/tl/generate/scheme/lite_api.tl#L96).
9595

96-
You can also get library from dton.io/graphql:
96+
You can also get library from [dton.io/graphql](https://dton.io/graphql):
9797
```
9898
{
9999
get_lib(

0 commit comments

Comments
 (0)