From 0bd3e1b0e1b69d028db86207ea689673ad6609b2 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 13 Sep 2019 15:24:14 -0700 Subject: [PATCH] Fix query-history README links (#7205) * Fix README URLs * different fix --- extensions/query-history/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/query-history/README.md b/extensions/query-history/README.md index 7c115d0499..0d7ece0e03 100644 --- a/extensions/query-history/README.md +++ b/extensions/query-history/README.md @@ -6,11 +6,11 @@ Adds a Query History panel for viewing and running past executed queries. Query History is displayed as a tab in the tab panel, which is toggled by the *View: Toggle Panel* command. -![Query History tab](https://github.com/microsoft/azuredatastudio/tree/master/extensions/query-history/images/QueryHistoryTab.png) +![Query History tab](https://github.com/microsoft/azuredatastudio/blob/master/extensions/query-history/images/QueryHistoryTab.PNG?raw=true) Initially this view will be empty but once you execute a query editor that will be captured in the window - with a separate row displayed for every query executed. -![Query History tab with queries](https://github.com/microsoft/azuredatastudio/tree/master/extensions/query-history/images/QueryHistoryTabWithQueries.png) +![Query History tab with queries](https://github.com/microsoft/azuredatastudio/blob/master/extensions/query-history/images/QueryHistoryTabWithQueries.PNG?raw=true) Each row consists of 3 parts : 1. Status icon : This will be a ✔️ if the query executed successfully. If any errors occurred a ❌is shown. @@ -22,7 +22,7 @@ Each row consists of 3 parts : Right clicking on a history row will bring up a menu with a number of actions available. -![Query History action menu](https://github.com/microsoft/azuredatastudio/tree/master/extensions/query-history/images/QueryHistoryActionMenu.png) +![Query History action menu](https://github.com/microsoft/azuredatastudio/blob/master/extensions/query-history/images/QueryHistoryActionMenu.PNG?raw=true) #### Open Query