diff --git a/docusaurus/docs/about/3-styling-guide/index.md b/docusaurus/docs/about/3-styling-guide/index.md index f31bb35..1db5cb1 100644 --- a/docusaurus/docs/about/3-styling-guide/index.md +++ b/docusaurus/docs/about/3-styling-guide/index.md @@ -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文章的文件名里包含的日期,应该是事件发生的日期,而不是文章发布的日期。文章发布的日期,在系统里可以查出来。事件发生的日期,如果不专门注明的话,就有可能永远失去了记录。 diff --git a/docusaurus/docs/ecosystem-guide/dev-grants/index.md b/docusaurus/docs/ecosystem-guide/dev-grants/index.md index 1ed88b1..1d72859 100644 --- a/docusaurus/docs/ecosystem-guide/dev-grants/index.md +++ b/docusaurus/docs/ecosystem-guide/dev-grants/index.md @@ -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了,另一方面,还有两个动作需要完成: diff --git a/docusaurus/docs/getting-started/code-examples/btc-integration/index.md b/docusaurus/docs/getting-started/code-examples/btc-integration/index.md index 21042c0..e6defdf 100644 --- a/docusaurus/docs/getting-started/code-examples/btc-integration/index.md +++ b/docusaurus/docs/getting-started/code-examples/btc-integration/index.md @@ -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}