44 < meta charset ="utf-8 ">
55 < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
66 < title > Ask Pyarmor</ title >
7- < link href ="/pyarmor/assets/bootstrap-5.3.3/bootstrap.min.css " rel ="stylesheet ">
87 < link href ="../../assets/bootstrap-5.3.3/bootstrap.min.css " rel ="stylesheet ">
98 </ head >
109 < body >
@@ -49,11 +48,11 @@ <h5 class="card-title">Ask Pyarmor</h5>
4948 How to fix build Issues?
5049 </ div >
5150 < 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 "
5352 class ="list-group-item list-group-item-action ">
5453 Generating obfuscated scripts
5554 </ a >
56- < a href ="/pyarmor /learn/en/how-to.html#pack-script-issue "
55+ < a href ="../.. /learn/en/how-to.html#pack-script-issue "
5756 class ="list-group-item list-group-item-action ">
5857 Packing obfuscated scripts
5958 </ a >
@@ -64,19 +63,19 @@ <h5 class="card-title">Ask Pyarmor</h5>
6463 How to fix runtime issues?
6564 </ div >
6665 < 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 "
6867 class ="list-group-item list-group-item-action ">
6968 Executing obfuscated script by Python interpreter
7069 </ 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 "
7271 class ="list-group-item list-group-item-action ">
7372 Executing the packed bundle directly
7473 </ a >
7574 </ div >
7675 </ div >
7776 </ div >
7877
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 >
8079 < script >
8180 window . addEventListener ( "DOMContentLoaded" , ( ) => {
8281 document . querySelector ( "button.zh" ) . addEventListener ( "click" , ( e ) => {
0 commit comments