Skip to content

Commit bdad7ff

Browse files
authored
Merge pull request #11 from intersystems-community/full-links-images
full links to images so they display on openexchange
2 parents bf8d99c + 23f2307 commit bdad7ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Try out the [SQL QuickStart](https://gettingstarted.intersystems.com/language-qu
2828
## Configuration
2929

3030
- Click the SQLTools icon in the Activity pane (left side of VS Code)
31-
![SQLTools icon in Activity pane](docs/assets/img/activitybar.png)
31+
![SQLTools icon in Activity pane](https://raw.githubusercontent.com/intersystems-community/sqltools-intersystems-driver/master/docs/assets/img/activitybar.png)
3232
- Click "Add new connection"
33-
![Add connection button](docs/assets/img/addconnection.png)
33+
![Add connection button](https://raw.githubusercontent.com/intersystems-community/sqltools-intersystems-driver/master/docs/assets/img/addconnection.png)
3434
- Click InterSystems IRIS
3535
- Fill out connection information
3636
- Test the connection
@@ -54,4 +54,4 @@ With a connection defined, you can now write SQL, browse tables, etc.
5454
- Click on your connection
5555
- Click on "Tables"
5656
- Right-click on the table of interest
57-
- From the contextual menu, select "Show table records"
57+
- From the contextual menu, select "Show table records"

0 commit comments

Comments
 (0)