Skip to content

Commit bf95b68

Browse files
committed
Fix links to readme images
1 parent 0dc4647 commit bf95b68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code4z/example-com-extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The following sections outline the steps to take.
2222
1. In this new VS Code window open the Command Palette by pressing <kbd>F1</kbd>
2323
1. Type `example.com` in the command palette input box.
2424
A list of commands displays.
25-
![Command Palette](docs/command-palette.png)
25+
![Command Palette](resources/command-palette.png)
2626
1. Select the `Basic Report on a Dataset` command.
2727
1. After a short moment an editor with the output of your applications opens.
2828

2929
To try this out with a basic REXX program, you can use the included [basic-report.rexx](commands/basic-report.rexx) sample. A successful output report looks like this:
3030

31-
![Report](docs/report.png)
31+
![Report](resources/report.png)
3232

3333
### Explore the Enhanced-Report
3434

0 commit comments

Comments
 (0)