diff --git a/Cargo.toml b/Cargo.toml index 9912304..afcee6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "ola-lang-abi" -version = "1.0.0" +version = "1.0.2" edition = "2021" license = "MIT" description = "Ola Smart Contract ABI parsing library" authors = ["yp945@outlook.com"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html keywords = ["abi", "ola", "olac", ] -documentation = "https://olang.readthedocs.io/" +documentation = "https://olang.gitbook.io/ola-lang/" homepage = "https://github.com/Sin7Y/ola-lang-abi" [dependencies] diff --git a/README.md b/README.md index a57135c..607acfa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # ola-lang-abi -Ola language ABI generation framework +[Ola language](https://olang.gitbook.io/ola-lang/) ABI generation framework \ No newline at end of file