You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/08 03:38:58 UTC

[GitHub] [apisix-website] juzhiyuan commented on a change in pull request #647: fix: homepage Events Article links

juzhiyuan commented on a change in pull request #647:
URL: https://github.com/apache/apisix-website/pull/647#discussion_r724677168



##########
File path: website/src/pages/sections/newsSection.jsx
##########
@@ -11,7 +11,7 @@ const NewsSection = () => {
     .map((event) => {
     const publishTime = event.fileName.slice(0, 10);
     const splittedFileName = event.fileName.split("-");
-    const url = `/events/${splittedFileName
+    const url = `/blog/${splittedFileName

Review comment:
       No, we need to use the correct i18n way.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org