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

apratim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d82a27d  Update index.tsx
d82a27d is described below

commit d82a27db963a13e721b6fd642b6940f088fea1ee
Author: Apratim Shukla <[email protected]>
AuthorDate: Wed Jul 31 01:55:13 2024 -0700

    Update index.tsx
---
 src/components/Download/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Download/index.tsx 
b/src/components/Download/index.tsx
index 8a3d51a..5590535 100644
--- a/src/components/Download/index.tsx
+++ b/src/components/Download/index.tsx
@@ -15,7 +15,7 @@ const Download = () => {
   const asfDownloadLinkZIP = "";
   const asfDownloadLinkTAR = 
"https://dist.apache.org/repos/dist/release/incubator/resilientdb/1.10.0-rc3/apache-resilientdb-1.10.0-incubating-src.tar.gz";;
   const nonAsfDownloadLinkZIP = 
"https://github.com/apache/incubator-resilientdb/archive/refs/tags/v1.10.0-rc03.zip";;
-  const nonAsfDownloadLinkTAR = 
"https://github.com/apache/incubator-resilientdb/archive/refs/tags/v1.10.0-rc03.tar.gz";;
+  const nonAsfDownloadLinkTAR = "";
 
   const availableZIP = asfDownloadLinkZIP && nonAsfDownloadLinkZIP;
   const availableTAR = asfDownloadLinkTAR && nonAsfDownloadLinkTAR;

Reply via email to