From 8c01dd01e0ee7120004c6d2ac0fb17c1f714203a Mon Sep 17 00:00:00 2001 From: JosieMD <114172432+JosieMD@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:30:55 +0100 Subject: [PATCH] Fixed # links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f773ae1..0eeccb49 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ To configure a connection to a q session and connect to it, use these steps: A success message is displayed in the bottom, right-hand corner of the screen. - You are ready to [execute code](execute-code). + You are ready to [execute code](#execute-code). ### Connect to an instance of kdb Insights Enterprise @@ -212,7 +212,7 @@ To configure a connection to an instance of kdb Insights Enterprise and connect The instance of kdb Insights Enterprise is displayed. - You are ready to [execute code](execute-code). + You are ready to [execute code](#execute-code). ## kdb language server @@ -274,13 +274,13 @@ There are three options, which are available from the right-click menu, for exec - Execute current selection - Takes the current selection (or current line if nothing is selected) and executes it against the connected q process. Results are displayed in the [output window and/or the kdb results window](view-results). + Takes the current selection (or current line if nothing is selected) and executes it against the connected q process. Results are displayed in the [output window and/or the kdb results window](#view-results). ![Execute selection](img/execute-selection.jpg) - Execute entire file - Takes the current file and executes it against the connected q process. Results are displayed in the [output window](view-results). Returned data are displayed in the [kdb results window](view-results). + Takes the current file and executes it against the connected q process. Results are displayed in the [output window](#view-results). Returned data are displayed in the [kdb results window](#view-results). - Run q file in new q instance