From 379083eb4f879598f6262e1cee17372678a76039 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy Date: Thu, 18 Jan 2024 16:01:29 +0100 Subject: [PATCH] Added crosslinks for Custom JARs content --- docs/products/flink/concepts/custom-jars.rst | 7 +++++-- docs/products/flink/howto/create-jar-application.rst | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/products/flink/concepts/custom-jars.rst b/docs/products/flink/concepts/custom-jars.rst index 4bf7f625c..d930bb18a 100644 --- a/docs/products/flink/concepts/custom-jars.rst +++ b/docs/products/flink/concepts/custom-jars.rst @@ -1,7 +1,7 @@ Custom JARs in Aiven for Apache Flink® ================================================= -Aiven for Apache Flink enables you to upload, deploy, and manage your own Java code as custom JARs within a JAR application. This feature expands the capabilities of Aiven for Apache Flink, allowing you to add custom capabilities that extend beyond the default SQL features. With custom JARs, you can swiftly develop and maximize the potential of your Aiven for Flink application. +Aiven for Apache Flink enables you to upload, deploy, and manage your own Java code as custom JARs within a :doc:`JAR application `. This feature expands the capabilities of Aiven for Apache Flink, allowing you to add custom capabilities that extend beyond the default SQL features. With custom JARs, you can swiftly develop and maximize the potential of your Aiven for Flink application. What are custom JARs? ------------------------- @@ -25,5 +25,8 @@ Custom JARs can be applied in various scenarios, including but not limited to: * **Custom data processing and enrichment:** Custom JARs facilitate the processing and enrichment of data from sources not natively supported by Flink's core APIs. This includes implementing unique data processing logic and applying custom functions for data transformation and enrichment. +Related pages +-------------- - +* :doc:`How to use custom JARs in Aiven for Apache Flink application `. + diff --git a/docs/products/flink/howto/create-jar-application.rst b/docs/products/flink/howto/create-jar-application.rst index a34bf2995..5b1c77411 100644 --- a/docs/products/flink/howto/create-jar-application.rst +++ b/docs/products/flink/howto/create-jar-application.rst @@ -1,6 +1,6 @@ Create a JAR application ======================== -Aiven for Apache Flink® enables you to upload and deploy custom code as a JAR file, enhancing your Flink applications with advanced data processing capabilities. +Aiven for Apache Flink® enables you to upload and deploy :doc:`custom code as a JAR file `, enhancing your Flink applications with advanced data processing capabilities. .. important::