Skip to content

Commit

Permalink
[gh-714] fix build directory. (#732)
Browse files Browse the repository at this point in the history
* [gh-714] fix build directory.

* [gh-714] fix rpc links.

---------

Co-authored-by: Feliciss <[email protected]>
  • Loading branch information
feliciss and Feliciss authored Aug 31, 2023
1 parent 4a8e145 commit d4bb08f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/rooch-genesis/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn main() {
println!(
"cargo:rerun-if-changed={}",
root_dir
.join("moveos/moveos-stdlib/os-stdlib")
.join("moveos/moveos-stdlib/moveos-stdlib")
.join("sources")
.display()
);
Expand Down
2 changes: 1 addition & 1 deletion docs/website/pages/docs/reference/rpc.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

## Reference

- [Rooch RPC spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/rooch-network/rooch/main/crates/rooch-open-rpc/spec/openrpc.json)
- [Rooch RPC spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/rooch-network/rooch/main/crates/rooch-open-rpc-spec/schemas/openrpc.json)
2 changes: 1 addition & 1 deletion docs/website/pages/docs/reference/rpc.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

## 引用

- [Rooch RPC spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/rooch-network/rooch/main/crates/rooch-open-rpc/spec/openrpc.json)
- [Rooch RPC spec](https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/rooch-network/rooch/main/crates/rooch-open-rpc-spec/schemas/openrpc.json)

0 comments on commit d4bb08f

Please sign in to comment.