From cecae581fb6de1819f55969f49585c2af4fbc55c Mon Sep 17 00:00:00 2001 From: ArthurFlageul Date: Mon, 22 Jan 2024 08:49:27 +0100 Subject: [PATCH] fix link --- docs/products/flink/howto/create-sql-application.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/products/flink/howto/create-sql-application.rst b/docs/products/flink/howto/create-sql-application.rst index 72f37aa9d..2e2970fe0 100644 --- a/docs/products/flink/howto/create-sql-application.rst +++ b/docs/products/flink/howto/create-sql-application.rst @@ -51,7 +51,7 @@ Create an SQL application in Aiven for Apache FlinkĀ® using the `Aiven Console < * Select the application version to deploy. The default version for the first deployment is **Version: 1**. * Select a :doc:`savepoint ` if you wish to deploy from a specific state. No savepoints are available for the first application deployment. * Toggle **Restart on failure** to automatically restart Flink jobs upon failure. - * Specify the number of `parallel instances ` you require for the task. + * Specify the number of `parallel instances `_ you require for the task. 13. Click **Deploy without a savepoint** to begin the deployment process. 14. While deploying, the application status shows **Initializing**. Once deployed, the status changes to **Running**.