Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 3bee530

Browse files
authored
update link (#1295)
1 parent 01100df commit 3bee530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tutorials/en-us/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ As illustrated in the above architecture figure, an usual migration process flow
176176
>
177177
> - For the C# invocation code example, refer to [C# Demo](https://github.com/neo-ngd/CrossChainExample/blob/main/CrossChainDemo/Demo.cs).
178178
> - For the Java invocation code example, refer to [Java Demo](https://github.com/neo-ngd/CrossChainExample/tree/main/CrossChainDemo_Java/src/main/java/crosschain/demo).
179-
> - For the Javascript code example, refer to [JS Demo](https://github.com/neo-ngd/CrossChainExample/blob/main/crosschaindemo.js).
179+
> - For the Javascript code example, refer to [JS Demo](https://github.com/neo-ngd/CrossChainExample/tree/main/CrossChainDemo_js).
180180
181181
2. The proxy contract locks the assets to migrate out in its address.
182182

tutorials/zh-cn/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Java示例
177177
>
178178
> - C# 调用代码请参考 [C# Demo](https://github.com/neo-ngd/CrossChainExample/blob/main/CrossChainDemo/Demo.cs)
179179
> - Java 调用代码请参考 [Java Demo](https://github.com/neo-ngd/CrossChainExample/tree/main/CrossChainDemo_Java/src/main/java/crosschain/demo)
180-
> - Javascript 调用代码请参考 [JS Demo](https://github.com/neo-ngd/CrossChainExample/blob/main/crosschaindemo.js)
180+
> - Javascript 调用代码请参考 [JS Demo](https://github.com/neo-ngd/CrossChainExample/tree/main/CrossChainDemo_js)
181181
182182
2. 代理合约将需要迁移的资产锁定在其地址上
183183

0 commit comments

Comments
 (0)