Skip to content

Commit

Permalink
Ignore frameworks links checking and fix url (#1256)
Browse files Browse the repository at this point in the history
* fix url

* ignore framework codes
  • Loading branch information
geometryolife authored Dec 21, 2023
1 parent e621c02 commit 4691056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/website/pages/blog/release-230717.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Rooch provides a state query API `rooch_getStates` based on a unified access pat

This version includes a demonstration version of the Ethereum RPC Proxy, allowing users to interact with Rooch Container using MetaMask.

For the currently supported API in Rooch, please refer to the [Rooch JSON RPC documentation](/docs/reference/rpc).
For the currently supported API in Rooch, please refer to the [Rooch JSON RPC documentation](../docs/developer-guides/rpc.en-US.mdx).

### Sequencer and Proposer Prototype Implementation

Expand Down
2 changes: 1 addition & 1 deletion docs/website/pages/blog/release-230717.zh-CN.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Rooch 提供一种基于统一的访问路径(AccessPath)的状态查询接

这个版本提供了 Ethereum RPC Proxy 的演示版本,用户可以通过 MetaMask 和 Rooch Container 进行交互。

Rooch 当前支持的接口请参看:[Rooch JSON RPC](/docs/reference/rpc)
Rooch 当前支持的接口请参看:[Rooch JSON RPC](../docs/developer-guides/rpc.zh-CN.mdx)

### Sequencer 以及 Proposer 原型实现

Expand Down
2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
exclude_path = ["crates", "moveos", "examples", "sdk"]
exclude_path = ["crates", "moveos", "examples", "sdk", "frameworks"]
exclude = [ 'dev-seed.rooch.network', 'localhost', '127.0.0.1', 'https://twitter.com/RoochNetwork', 'conduct@rooch.network' ]

0 comments on commit 4691056

Please sign in to comment.