Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ff1e27

Browse files
committed
Updated paths to venn diagram images
1 parent 48ad81e commit 3ff1e27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguide/expectations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ The matcher is successful when all of the values from expected results are inclu
445445

446446
The matcher will cause a test to fail if any of expected values are not included in actual data set.
447447

448-
![](D:\Oracle\Devwork\mygit\utPLSQL_pure_sql_cursor\docs\images\venn21.gif)
448+
![included_set](../images/venn21.gif)
449449

450450
*Example 1*.
451451

@@ -523,7 +523,7 @@ The negated version of `include / contain` ( `not_to_include`/ `not_to_contain`
523523

524524

525525

526-
![](D:\Oracle\Devwork\mygit\utPLSQL_pure_sql_cursor\docs\images\venn22.gif)
526+
![not_overlapping_set](../images/venn22.gif)
527527

528528
*Example 3.*
529529

0 commit comments

Comments
 (0)