Skip to content

Commit 89f9629

Browse files
committed
Fix error link
1 parent 2e6b09b commit 89f9629

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyarmor/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h5 class="card-title text-center">Try</h5>
3535
<div class="card">
3636
<div class="card-body">
3737
<h5 class="card-title text-center">Ask</h5>
38-
<a href="learn/en/index.html" class="btn btn-light">
38+
<a href="ask/en/index.html" class="btn btn-light">
3939
Something is wrong, or something is not ure, ask Pyarmor
4040
</a>
4141
</div>
@@ -45,7 +45,7 @@ <h5 class="card-title text-center">Ask</h5>
4545
<div class="card">
4646
<div class="card-body">
4747
<h5 class="card-title text-center">Docs</h5>
48-
<a href="learn/en/index.html" class="btn btn-light">
48+
<a href="try/en/index.html" class="btn btn-light">
4949
Pyarmor 9.1 new features online documentation
5050
</a>
5151
</div>
@@ -81,7 +81,7 @@ <h5 class="card-title text-center">在线试用</h5>
8181
<div class="card">
8282
<div class="card-body">
8383
<h5 class="card-title text-center">答疑解惑</h5>
84-
<a href="learn/zh/index.html" class="btn btn-light">
84+
<a href="ask/zh/index.html" class="btn btn-light">
8585
当出现问题需要解决的时候,或者对某些功能有疑惑,在这里答疑解惑
8686
</a>
8787
</div>
@@ -91,7 +91,7 @@ <h5 class="card-title text-center">答疑解惑</h5>
9191
<div class="card">
9292
<div class="card-body">
9393
<h5 class="card-title text-center">文档</h5>
94-
<a href="learn/zh/index.html" class="btn btn-light">
94+
<a href="try/zh/index.html" class="btn btn-light">
9595
Pyarmor 9.1 新功能的在线文档
9696
</a>
9797
</div>

0 commit comments

Comments
 (0)