This is an automated email from the ASF dual-hosted git repository.

linkinstar pushed a commit to branch docs/download
in repository https://gitbox.apache.org/repos/asf/incubator-answer-website.git


The following commit(s) were added to refs/heads/docs/download by this push:
     new 08aa7e36 docs(download): modify the link name
08aa7e36 is described below

commit 08aa7e360a8b25ede6aad2213b3f7dfcb996a323
Author: LinkinStars <[email protected]>
AuthorDate: Thu Apr 18 14:20:15 2024 +0800

    docs(download): modify the link name
---
 src/pages/download.tsx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/pages/download.tsx b/src/pages/download.tsx
index 6a8ab684..304f77c1 100644
--- a/src/pages/download.tsx
+++ b/src/pages/download.tsx
@@ -23,7 +23,7 @@ export default function Plugins(): JSX.Element {
                 </td>
                 <td>[<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-darwin-amd64.tar.gz`}
-                    target="_blank" rel="noopener noreferrer">Download</a>] [<a
+                    target="_blank" rel="noopener noreferrer">Binary</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-darwin-amd64.tar.gz.asc`}
                     target="_blank" rel="noopener noreferrer">Sign</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-darwin-amd64.tar.gz.sha512`}
@@ -31,7 +31,7 @@ export default function Plugins(): JSX.Element {
                 </td>
                 <td>[<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-darwin-arm64.tar.gz`}
-                    target="_blank" rel="noopener noreferrer">Download</a>] [<a
+                    target="_blank" rel="noopener noreferrer">Binary</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-darwin-arm64.tar.gz.asc`}
                     target="_blank" rel="noopener noreferrer">Sign</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-darwin-arm64.tar.gz.sha512`}
@@ -39,7 +39,7 @@ export default function Plugins(): JSX.Element {
                 </td>
                 <td>[<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-linux-amd64.tar.gz`}
-                    target="_blank" rel="noopener noreferrer">Download</a>] [<a
+                    target="_blank" rel="noopener noreferrer">Binary</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-linux-amd64.tar.gz.asc`}
                     target="_blank" rel="noopener noreferrer">Sign</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-linux-amd64.tar.gz.sha512`}
@@ -47,7 +47,7 @@ export default function Plugins(): JSX.Element {
                 </td>
                 <td>[<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-linux-arm64.tar.gz`}
-                    target="_blank" rel="noopener noreferrer">Download</a>] [<a
+                    target="_blank" rel="noopener noreferrer">Binary</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-linux-arm64.tar.gz.asc`}
                     target="_blank" rel="noopener noreferrer">Sign</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-linux-arm64.tar.gz.sha512`}
@@ -55,7 +55,7 @@ export default function Plugins(): JSX.Element {
                 </td>
                 <td>[<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-windows-amd64.tar.gz`}
-                    target="_blank" rel="noopener noreferrer">Download</a>] [<a
+                    target="_blank" rel="noopener noreferrer">Binary</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-windows-amd64.tar.gz.asc`}
                     target="_blank" rel="noopener noreferrer">Sign</a>] [<a
                     
href={`https://downloads.apache.org/incubator/answer/${item}-incubating/apache-answer-${item}-incubating-bin-windows-amd64.tar.gz.sha512`}

Reply via email to