Skip to content

Commit 9a30d0b

Browse files
committed
Fix link issue
1 parent 2ca2332 commit 9a30d0b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyarmor/docs/zh/user/man.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ pyarmor build
470470

471471
4. 从第二步可以重新构建并执行,循环修正直到脚本运行没有问题
472472

473-
详细过程请参阅功能手册中的 `使用自动修正模式重构复杂脚本 <../../learn/zh/commands.html#project-rft-autofix>`
473+
详细过程请参阅功能手册中的 `使用自动修正模式重构复杂脚本 <../../learn/zh/commands.html#project-rft-autofix>`_
474474

475475
如果不需要使用自动重构模式,那么使用下面的命令::
476476

pyarmor/learn/zh/commands.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,12 @@ pyarmor build
183183

184184
Pyarmor 目前实现三种自动修改模式
185185

186-
- 模式 1 使用最简单,一般不需要人工增加规则,但是可能很多属性都没有重命名
187-
- 模式 2 使用较为复杂的方式,大部分的属性都会重命名,但是有时候需要人工修改规则
188-
- 模式 3 使用最麻烦,但是能够重命名绝大部分属性,一般必须要人工修改规则
186+
- :ref:`模式 1: 使用最简单,一般不需要人工增加规则,但是可能很多属性都没有重命名 <g-project-rft-autofix-1>`
187+
- :ref:`模式 2: 使用较为复杂的方式,大部分的属性都会重命名,但是有时候需要人工修改规则 <g-project-rft-autofix-2>`
188+
- :ref:`模式 3: 使用最麻烦,但是能够重命名绝大部分属性,一般必须要人工修改规则 <g-project-rft-autofix-3>`
189189

190190
.. graphviz::
191-
:caption: 使用模式一生成重构脚本自动修正规则
191+
:caption: 自动修正模式一重构复杂脚本
192192
:align: center
193193
:name: g-project-rft-autofix-1
194194

@@ -227,7 +227,7 @@ Pyarmor 目前实现三种自动修改模式
227227
}
228228

229229
.. graphviz::
230-
:caption: 使用模式二生成重构脚本自动修正规则
230+
:caption: 自动修正模式二重构复杂脚本
231231
:align: center
232232
:name: g-project-rft-autofix-2
233233

@@ -273,7 +273,7 @@ Pyarmor 目前实现三种自动修改模式
273273
}
274274

275275
.. graphviz::
276-
:caption: 使用模式三生成重构脚本自动修正规则
276+
:caption: 自动修正模式三重构复杂脚本
277277
:align: center
278278
:name: g-project-rft-autofix-3
279279

0 commit comments

Comments
 (0)