You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2021/11/23 02:04:06 UTC

[apisix-website] branch master updated: fix: update ingress download link (#764)

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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ab9aa4  fix: update ingress download link (#764)
7ab9aa4 is described below

commit 7ab9aa461854ffd67fb9d9d577cf8765afc961a9
Author: Zeping Bai <bz...@apache.org>
AuthorDate: Tue Nov 23 10:03:40 2021 +0800

    fix: update ingress download link (#764)
---
 website/config/downloads.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/config/downloads.js b/website/config/downloads.js
index d9f3b61..4b40faf 100644
--- a/website/config/downloads.js
+++ b/website/config/downloads.js
@@ -34,7 +34,7 @@ module.exports = [
     color: "#2563EB",
     githubRepo: "apache/apisix-ingress-controller",
     githubBranch: "master",
-    downloadPath: "apisix/ingress-controller/1.2.0/apache-apisix-ingress-controller-1.2.0-src",
+    downloadPath: "apisix/ingress-controller/1.3.0/apache-apisix-ingress-controller-1.3.0-src",
     version: "1.3.0",
     releaseDate: "2021-10-17",
     firstDocPath: "/getting-started",