Skip to content

Commit

Permalink
Merge pull request #42 from yanggang-JV/feature/fix-links
Browse files Browse the repository at this point in the history
* fix the deploy links
  • Loading branch information
yanggang-JV committed Feb 4, 2021
2 parents 0bfd73f + 9a19866 commit 73c28a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion readthedocs/zh_CN/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ WeIdentity目前支持基于FISCO-BCOS的区块链,并提供Java SDK及RestSer
<td style="text-align:center"><a href="https://github.com/WeBankFinTech/WeIdentity">Java SDK</a></td>
<td>
<ul>
<li><a href="https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-installation.html">安装部署文档</a></li>
<li><a href="https://weidentity.readthedocs.io/zh_CN/latest/docs/one-stop-experience.html">安装部署文档</a></li>
<li><a href="https://weidentity.readthedocs.io/projects/javasdk/zh_CN/latest/docs/weidentity-java-sdk-doc.html">SDK使用文档</a></li>
<li><a href="https://weidentity.readthedocs.io/zh_CN/latest/docs/weidentity-rest.html">RestService集成文档</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/zh_CN/docs/how-to-run-without-internet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WeIdentity-Java-SDK及其部署工具默认需要连接到Internet,以访问Ma
前提条件
~~~~~~~~

您仍需要在部署的机器上预先安装好Gradle、JDK环境,详见\ `WeIdentity JAVA SDK安装部署文档 <./weidentity-installation.html>`__\ 中的“准备工作”一节。
您仍需要在部署的机器上预先安装好Gradle、JDK环境,详见\ `WeIdentity JAVA SDK安装部署文档 <./one-stop-experience.html>`__\ 中的“准备工作”一节。

流程
~~~~
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/zh_CN/docs/weidentity-endpoint-deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Rest Service代理端,仅仅是一个收集来自各方端点请求并进行
3. 启动服务端
^^^^^^^^^^^^^^^^^^^

Endpoint Service在服务端依托于WeIdentity-Java-SDK,环境要求也与其一致,请见 `Java-SDK 部署环境要求 <./weidentity-installation.html>`_。
Endpoint Service在服务端依托于WeIdentity-Java-SDK,环境要求也与其一致,请见 `Java-SDK 部署环境要求 <./one-stop-experience.html>`_。

在 ``src/main/resources`` 目录下,修改 ``weidentity.properties`` 文件中的 ``rpc.listener.port`` 这一项内容,以具体确定在哪个端口上进行监听。

Expand Down
2 changes: 1 addition & 1 deletion readthedocs/zh_CN/docs/weidentity-rest-deploy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WeIdentity RestService 部署文档
1.1 环境要求
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Server 的环境要求与 WeIdentity-Java-SDK 的 `环境要求 <./weidentity-installation.html>`_ 类似,但它不需要 fisco-solc 编译环境:
Server 的环境要求与 WeIdentity-Java-SDK 的 `环境要求 <./one-stop-experience.html>`_ 类似,但它不需要 fisco-solc 编译环境:


.. list-table::
Expand Down
2 changes: 1 addition & 1 deletion readthedocs/zh_CN/docs/weidentity-sample-tryit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


运行 WeIdentity-Sample 需要提前使用 WeIdentity 部署工具完成部署,请参考\ `WeIdentity JAVA
SDK安装部署 <./weidentity-installation.html>`__\ 完成部署,并参照\ `Java应用集成章节 <./weidentity-build-with-deploy.html#weid-java-sdk>`__\ 完成
SDK安装部署 <./one-stop-experience.html>`__\ 完成部署,并参照\ `Java应用集成章节 <./weidentity-build-with-deploy.html#weid-java-sdk>`__\ 完成
weid-sample 的配置。


Expand Down

0 comments on commit 73c28a3

Please sign in to comment.