fixed #1024 (#1025)

diff --git a/src/pages/document.tsx b/src/pages/document.tsx
index 2597f70..ca3f208 100644
--- a/src/pages/document.tsx
+++ b/src/pages/document.tsx
@@ -49,7 +49,7 @@
         <div className={styles.title}><Translate>Document List</Translate></div>
         <div className={styles.description}>
           <p className={styles.descriptionLine}><Translate>This directory presents the official Apache ShenYu repositories and some ecosystem projects developed by community.</Translate></p>
-          <p className={styles.descriptionLine}><Translate>The downloadable releases can be find in the</Translate><Link className={styles.descriptionLineHref} to="./download"><Translate>download page</Translate></Link></p>
+          <p className={styles.descriptionLine}><Translate>The downloadable releases can be find in the</Translate><Link className={styles.descriptionLineHref} to="download"><Translate>download page</Translate></Link></p>
         </div>
       </div>
       <div className={styles.content}>
@@ -111,4 +111,4 @@
   );
 }
 
-export default Event;
\ No newline at end of file
+export default Event;