4
4
< meta charset ="utf-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< title > Ask Pyarmor</ title >
7
- < link href ="/pyarmor/assets/bootstrap-5.3.3/bootstrap.min.css " rel ="stylesheet ">
8
7
< link href ="../../assets/bootstrap-5.3.3/bootstrap.min.css " rel ="stylesheet ">
9
8
</ head >
10
9
< body >
@@ -49,11 +48,11 @@ <h5 class="card-title">Ask Pyarmor</h5>
49
48
How to fix build Issues?
50
49
</ div >
51
50
< div class ="list-group list-group-flush ">
52
- < a href ="/pyarmor /learn/en/how-to.html#generate-script-issue "
51
+ < a href ="../.. /learn/en/how-to.html#generate-script-issue "
53
52
class ="list-group-item list-group-item-action ">
54
53
Generating obfuscated scripts
55
54
</ a >
56
- < a href ="/pyarmor /learn/en/how-to.html#pack-script-issue "
55
+ < a href ="../.. /learn/en/how-to.html#pack-script-issue "
57
56
class ="list-group-item list-group-item-action ">
58
57
Packing obfuscated scripts
59
58
</ a >
@@ -64,19 +63,19 @@ <h5 class="card-title">Ask Pyarmor</h5>
64
63
How to fix runtime issues?
65
64
</ div >
66
65
< div class ="list-group list-group-flush ">
67
- < a href ="/pyarmor /learn/en/how-to.html#run-obfuscated-script-issue "
66
+ < a href ="../.. /learn/en/how-to.html#run-obfuscated-script-issue "
68
67
class ="list-group-item list-group-item-action ">
69
68
Executing obfuscated script by Python interpreter
70
69
</ a >
71
- < a href ="/pyarmor /learn/en/how-to.html#run-packed-script-issue "
70
+ < a href ="../.. /learn/en/how-to.html#run-packed-script-issue "
72
71
class ="list-group-item list-group-item-action ">
73
72
Executing the packed bundle directly
74
73
</ a >
75
74
</ div >
76
75
</ div >
77
76
</ div >
78
77
79
- < script src ="/pyarmor /assets/bootstrap-5.3.3/bootstrap.bundle.min.js "> </ script >
78
+ < script src ="../.. /assets/bootstrap-5.3.3/bootstrap.bundle.min.js "> </ script >
80
79
< script >
81
80
window . addEventListener ( "DOMContentLoaded" , ( ) => {
82
81
document . querySelector ( "button.zh" ) . addEventListener ( "click" , ( e ) => {
0 commit comments