Update content/blog/2021/07/ApacheCon-Asia-2021/index.md
diff --git a/content/blog/2021/07/ApacheCon-Asia-2021/index.md b/content/blog/2021/07/ApacheCon-Asia-2021/index.md
index 3fb903f..6ef0205 100644
--- a/content/blog/2021/07/ApacheCon-Asia-2021/index.md
+++ b/content/blog/2021/07/ApacheCon-Asia-2021/index.md
@@ -16,7 +16,7 @@
 
 By leveraging [Knative](https://knative.dev/), [Quarkus](https://quarkus.io/)' fast runtime and [Camel K](https://camel.apache.org/camel-k/latest/); we can implement a cloud-native, serverless integration platform: such as auto-scaling, shrink-to-zero and event-based communication capabilities, as well as the powerful integration capabilities of Apache Camel. You can build and maintain an army of Camels to solve your cloud-native problems with [Christina Lin](https://twitter.com/Christina_wm)'s [Building and Maintaining an Army of Camels to tackle your cloud native problems](https://apachecon.com/acasia2021/sessions/1070.html), which shows you how to develop a cloud-native integration application using [Camel Quarkus](https://camel.apache.org/camel-quarkus/latest/)and [Camel K](https://camel.apache.org/camel-k/latest/) with concrete examples from IDE tools, testing frameworks, scaling instances, configuration, CI/CD processes and finally monitoring.
 
-For those who want to learn more about the implementation details of [Camel Quarkus](https://camel.apache.org/camel-quarkus/latest/) in Chinese, you can follow [the introduction of Camel Quarkus](https://apachecon.com/acasia2021/zh/sessions/1072.html) by [Feng Zheng](https://twitter.com/amos_zhengfeng), who will introduce the basic concept of [Camel Quarkus](https://camel.apache.org/camel-quarkus/latest/)  and how to improve application loading performance by using [Quarkus](https://quarkus.io/)' build time optimization.
+For those who want to learn more about the implementation details of [Camel Quarkus](/camel-quarkus/latest/) in Chinese, you can follow [the introduction of Camel Quarkus](https://apachecon.com/acasia2021/zh/sessions/1072.html) by [Feng Zheng](https://twitter.com/amos_zhengfeng), who will introduce the basic concept of [Camel Quarkus](/camel-quarkus/latest/)  and how to improve application loading performance by using [Quarkus](https://quarkus.io/)' build time optimization.
 
 With the popularity of event-driven architectures in cloud-based web services, services are increasingly being integrated through event response, and [Nicola Ferraro](https://twitter.com/ni_ferraro) has recently implemented a very handy set of [Kamelets](https://camel.apache.org/camel-k/latest/kamelets/kamelets.html) on top of [Camel K](https://camel.apache.org/camel-k/latest/). With Kamelets, developers can leverage the 300+ components provided by Apache Camel to Use yaml to define their own cloud-based application integration scripts and deploy them to k8s with the tools provided by [Camel K](https://camel.apache.org/camel-k/latest/). For further details on using Kamelets, follow [Nicola Ferraro](https://twitter.com/ni_ferraro)'s talk [From Camel to Kamelets: new connectors for event-driven applications](https://apachecon.com/acasia2021/sessions/1073.html).