Skip to content

Commit 73cb96b

Browse files
authored
Update README.md
Modified readme to workaround the issue: mondeja/mkdocs-include-markdown-plugin#302
1 parent 6477a00 commit 73cb96b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The utPLSQL Plugin integrates [utPLSQL](https://utplsql.org) with [Allround Auto
66

77
The plugin adds three buttons to the tools ribbon to 1) execute all tests of the current user, 2) run code coverage or 3) run tests for a specific path. If you choose 3) the run window will open and you can enter the path manually.
88

9-
![Tools Ribbon](screenshots/tools_ribbon_full.png)
9+
![Tools Ribbon](https://raw.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/develop/screenshots/tools_ribbon_full.png)
1010

1111
In the object browser on Packages, Package Bodys, Procedures or Users there is a context menu entry to run the tests or code coverage of either the package, the procedure or the user. You can also run tests from an program window.
1212

13-
![Context Menu](screenshots/context_menu.png)
13+
![Context Menu](https://raw.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/develop/screenshots/context_menu.png)
1414

1515
## Viewing Results
1616

@@ -32,19 +32,19 @@ A right-click opens the context menu, and you can run the test function.
3232

3333
You can filter the results by clicking on checkboxes behind the status field. A click on the header cell sorts the results first ascending and with a second click descending.
3434

35-
![Result Window](screenshots/result_window.png)
35+
![Result Window](https://raw.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/develop/screenshots/result_window.png)
3636

3737
## Code Coverage
3838

3939
If you select Run Code Coverage from the menu or the context menu a dialog is displayed. In this dialog you can configure the schemas to check for coverage and include or exclude specific objects.
4040

41-
![Code Coverage Diaog](screenshots/code_coverage_dialog.png)
41+
![Code Coverage Diaog](https://raw.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/develop/screenshots/code_coverage_dialog.png)
4242

4343
### Report
4444

4545
After running the tests the HTML code coverage report will be opened in the default browser.
4646

47-
![Code Coverage Reports](screenshots/code_coverage_report.png)
47+
![Code Coverage Reports](https://raw.githubusercontent.com/utPLSQL/utPLSQL-PLSQL-Developer/develop/screenshots/code_coverage_report.png)
4848

4949
## Releases
5050

0 commit comments

Comments
 (0)