Skip to content

Commit

Permalink
Merge pull request #146 from ic123-xyz/fix-links
Browse files Browse the repository at this point in the history
Fixed several incorrect links.
  • Loading branch information
zhangwei983 authored May 31, 2024
2 parents f3e1b2a + 97a6419 commit fbaa430
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docusaurus/docs/about/3-styling-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Docusaurus 的架构中,会被社区内容贡献者用到的文件夹有两个

## 新闻文章 (blog) {#blog-post}

如果文章是[新闻](http://localhost:3000/blog)类型,除了遵循上述通用的文件夹原子结构以外,还需要注意几点。
如果文章是[新闻](https://ic123.xyz/blog)类型,除了遵循上述通用的文件夹原子结构以外,还需要注意几点。

1. 文件夹的命名规则遵循 `YYYY-MM-DD-my-dear-icp` 的格式,方便在 IDE 里管理文件。
2. Blog文章的文件名里包含的日期,应该是事件发生的日期,而不是文章发布的日期。文章发布的日期,在系统里可以查出来。事件发生的日期,如果不专门注明的话,就有可能永远失去了记录。
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/ecosystem-guide/dev-grants/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ DFINITY 基金会衡量一个 Dev Grant 申请的标准跟投资人投资初创
![CBIndex](./img/cbindex.jpg)

:::tip
可以向 DFINITY 的市场团队[申请推特上的联合推广](http://localhost:3000/docs/ecosystem-guide/co-marketing/)
可以向 DFINITY 的市场团队[申请推特上的联合推广](https://ic123.xyz/docs/ecosystem-guide/co-marketing/)
:::

一方面您的团队应该已经开始开发DApp了,另一方面,还有两个动作需要完成:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import TeamContact from '../../../contact.md';

本教程将指导您如何部署一个容器智能合约示例,该合约可以在 IC 上发送和接收比特币。本教程使用[示例仓库](https://github.com/dfinity/examples)中的 `Basic Bitcoin` 示例,该示例内部调用了 IC 的 [门限 ECDSA 接口](https://internetcomputer.org/docs/current/references/ic-interface-spec/#ic-ecdsa_public_key)[比特币接口](https://internetcomputer.org/docs/current/references/ic-interface-spec/#ic-bitcoin-api)

如果您想要深入了解 IC 和比特币的集成,请参阅 IC 维基百科上的[比特币集成](https://wiki.internetcomputer.org/wiki/Bitcoin_Integration)和 IC 开发者文档的[比特币集成](https://internetcomputer.org/docs/current/developer-docs/integrations/bitcoin/)。 关于门限 ECDSA 接口的使用,可以参考[门限 ECDSA 签名示例](http://localhost:3000/docs/getting-started/code-examples/threshold-ecdsa/)
如果您想要深入了解 IC 和比特币的集成,请参阅 IC 维基百科上的[比特币集成](https://wiki.internetcomputer.org/wiki/Bitcoin_Integration)和 IC 开发者文档的[比特币集成](https://internetcomputer.org/docs/current/developer-docs/integrations/bitcoin/)。 关于门限 ECDSA 接口的使用,可以参考[门限 ECDSA 签名示例](https://ic123.xyz/docs/getting-started/code-examples/threshold-ecdsa/)

## 要求 {#prerequisites}

Expand Down

0 comments on commit fbaa430

Please sign in to comment.