You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by bz...@apache.org on 2021/10/11 01:58:00 UTC

[apisix-website] branch master updated: fix: homepage Events Article links (#647)

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

bzp2010 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 f63bbf0  fix: homepage Events Article links (#647)
f63bbf0 is described below

commit f63bbf0fc005d78a868d4b6384737f727defcfa5
Author: guoqqqi <72...@users.noreply.github.com>
AuthorDate: Mon Oct 11 09:57:53 2021 +0800

    fix: homepage Events Article links (#647)
---
 website/src/pages/sections/home-events-section.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/src/pages/sections/home-events-section.jsx b/website/src/pages/sections/home-events-section.jsx
index 591f2b0..42dab07 100644
--- a/website/src/pages/sections/home-events-section.jsx
+++ b/website/src/pages/sections/home-events-section.jsx
@@ -11,7 +11,7 @@ const HomeEventsSection = () => {
     .map((event) => {
       const publishTime = event.fileName.slice(0, 10);
       const splittedFileName = event.fileName.split("-");
-      const url = `/events/${splittedFileName
+      const url = `/blog/${splittedFileName
         .slice(0, 3)
         .join("/")}/${splittedFileName.slice(3).join("-")}`;
       return (