Skip to content

Commit fb8609e

Browse files
committed
Fix self link issue
1 parent d7dbfcb commit fb8609e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pyarmor/learn/en/how-to.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ How to fix issues when executing obfuscated script
160160
label="Please check error message table to find solution"]
161161
n4 [style=rounded
162162
label="Try to add print statement in scripts\nFind the problem lines"]
163-
n5 [href="#graph-fix-runtime-crash-issue"
163+
n5 [href="how-to.html#graph-fix-runtime-crash-issue"
164164
label="Please check how to fix crashing issue"]
165165
n6 [
166166
href="https://pyarmor.readthedocs.io/en/latest/topic/rftmode.html"
@@ -274,7 +274,7 @@ How to fix issues when executing packed bundle
274274
href="https://pyinstaller.org/en/stable/usage.html"
275275
label="Please refer to PyInstaller doc\nMake sure PyInstaller could pack the plain scripts\nAnd the final bundle works in target device"]
276276
n2 [
277-
href="#run-obfuscated-script-issue"
277+
href="how-to.html#run-obfuscated-script-issue"
278278
label="Please check how to fix running obfuscated script issues"]
279279
n3 [
280280
href="https://pyarmor.readthedocs.io/en/latest/how-to/third-party.html"

pyarmor/learn/zh/concepts.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Pyarmor 工程
128128
style="setlinewidth(0)"
129129

130130
std [label="标准型", target="_top", href="https://pyarmor.readthedocs.io/zh/latest/tutorial/getting-started.html"]
131-
rft [label="重构型", target="_top", href="concepts.rst#rft-script"]
132-
mini [label="迷你型", target="_top", href="./#mini-script"]
131+
rft [label="重构型", target="_top", href="concepts.html#rft-script"]
132+
mini [label="迷你型", target="_top", href="concepts.html#mini-script"]
133133
}
134134

135135
edge [style=invis]

pyarmor/learn/zh/how-to.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
label="请参考错误信息表查找相应的解决方案"]
168168
n4 [style=rounded
169169
label="请尝试在脚本中增加 print 语句\n找到导致问题出现的语句"]
170-
n5 [href="#graph-fix-runtime-crash-issue"
170+
n5 [href="how-to.html#graph-fix-runtime-crash-issue"
171171
target="_top"
172172
label="请参考运行加密脚本崩溃解决方案"]
173173
n6 [target="_top"
@@ -286,7 +286,7 @@
286286
href="https://pyinstaller.org/en/stable/usage.html"
287287
label="请参阅 PyInstaller 文档\n确保没有加密的脚本能够正确打包"]
288288
n2 [
289-
href="#run-obfuscated-script-issue"
289+
href="how-to.html#run-obfuscated-script-issue"
290290
label="请使用加密脚本运行错误的解决方案"]
291291
n3 [
292292
href="https://pyarmor.readthedocs.io/zh/latest/how-to/third-party.html"

0 commit comments

Comments
 (0)