Skip to content

Commit

Permalink
fix: doc path error (#858)
Browse files Browse the repository at this point in the history
Signed-off-by: yangk <[email protected]>
  • Loading branch information
yangkaa authored Jan 27, 2024
1 parent 44f78eb commit 838b83a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/enterprise_server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ export default function Index() {
</div>
{/* 全链路灰度 */}
<div>
<a href='docs/enterprise/gray-release' target='_blank'>
<a href='/docs/enterprise/gray-release' target='_blank'>
<span>
<p style={{marginBottom:'-4px'}}>全链路灰度</p>
</span>
Expand Down Expand Up @@ -753,7 +753,7 @@ export default function Index() {
</span>
</div>
<div>
<a href='docs/enterprise/backup' target='_blank'>
<a href='/docs/enterprise/backup' target='_blank'>
<span>
<p style={{marginBottom:'-4px'}}>企业级备份</p>
</span>
Expand All @@ -769,7 +769,7 @@ export default function Index() {
</span>
</div>
<div>
<a href='docs/enterprise/offline' target='_blank'>
<a href='/docs/enterprise/offline' target='_blank'>
<span>
<p style={{marginBottom:'-4px'}}>离线环境支持</p>
</span>
Expand Down

0 comments on commit 838b83a

Please sign in to comment.