Skip to content

Commit

Permalink
Fix link to test database script
Browse files Browse the repository at this point in the history
Fix for issue #143
  • Loading branch information
rai-sandeep authored and davidmoten committed Aug 21, 2022
1 parent 1383eba commit c582f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To use the built-in test database you will need the Apache Derby dependency:
</dependency>
```

The test database has a few tables (see link:src/main/resources/database-test.sql[script]) including `Person` and `Address` with three rows in `Person` and two rows in `Address`:
The test database has a few tables (see link:rxjava2-jdbc/src/main/resources/database-test.sql[script]) including `Person` and `Address` with three rows in `Person` and two rows in `Address`:

image::https://raw.githubusercontent.com/davidmoten/rxjava2-jdbc/master/rxjava2-jdbc/src/docs/tables.png?raw=true[schema]

Expand Down

0 comments on commit c582f27

Please sign in to comment.