Browse Source

Fix #4075: getting-started href error

zhixin 7 years ago
parent
commit
1f59bcc2f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/home.md

+ 1 - 1
docs/home.md

@@ -11,7 +11,7 @@ title: pages.home.title
       <a href="https://github.com/wenzhixin/bootstrap-table" class="btn btn-outline-inverse btn-lg">
       <a href="https://github.com/wenzhixin/bootstrap-table" class="btn btn-outline-inverse btn-lg">
         {% t pages.home.download %}
         {% t pages.home.download %}
       </a>
       </a>
-      <a href="getting-started" class="btn btn-outline-inverse btn-lg">
+      <a href="../getting-started" class="btn btn-outline-inverse btn-lg">
         {% t pages.getting_started.title %}
         {% t pages.getting_started.title %}
       </a>
       </a>
     </p>
     </p>