File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ How to fix issues when executing obfuscated script
160
160
label="Please check error message table to find solution"]
161
161
n4 [style=rounded
162
162
label="Try to add print statement in scripts\n Find the problem lines"]
163
- n5 [href="#graph-fix-runtime-crash-issue"
163
+ n5 [href="how-to.html #graph-fix-runtime-crash-issue"
164
164
label="Please check how to fix crashing issue"]
165
165
n6 [
166
166
href="https://pyarmor.readthedocs.io/en/latest/topic/rftmode.html"
@@ -274,7 +274,7 @@ How to fix issues when executing packed bundle
274
274
href="https://pyinstaller.org/en/stable/usage.html"
275
275
label="Please refer to PyInstaller doc\n Make sure PyInstaller could pack the plain scripts\n And the final bundle works in target device"]
276
276
n2 [
277
- href="#run-obfuscated-script-issue"
277
+ href="how-to.html #run-obfuscated-script-issue"
278
278
label="Please check how to fix running obfuscated script issues"]
279
279
n3 [
280
280
href="https://pyarmor.readthedocs.io/en/latest/how-to/third-party.html"
Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ Pyarmor 工程
128
128
style="setlinewidth(0)"
129
129
130
130
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"]
133
133
}
134
134
135
135
edge [style=invis]
Original file line number Diff line number Diff line change 167
167
label="请参考错误信息表查找相应的解决方案"]
168
168
n4 [style=rounded
169
169
label="请尝试在脚本中增加 print 语句\n 找到导致问题出现的语句"]
170
- n5 [href="#graph-fix-runtime-crash-issue"
170
+ n5 [href="how-to.html #graph-fix-runtime-crash-issue"
171
171
target="_top"
172
172
label="请参考运行加密脚本崩溃解决方案"]
173
173
n6 [target="_top"
286
286
href="https://pyinstaller.org/en/stable/usage.html"
287
287
label="请参阅 PyInstaller 文档\n 确保没有加密的脚本能够正确打包"]
288
288
n2 [
289
- href="#run-obfuscated-script-issue"
289
+ href="how-to.html #run-obfuscated-script-issue"
290
290
label="请使用加密脚本运行错误的解决方案"]
291
291
n3 [
292
292
href="https://pyarmor.readthedocs.io/zh/latest/how-to/third-party.html"
You can’t perform that action at this time.
0 commit comments