Skip to content

Commit 674ccdc

Browse files
authored
Fix broken links in README.md
1 parent b3b7d9c commit 674ccdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ echo $db->getError()['msg'];
384384
## Further Examples / Stuff for Testing
385385
You want to see further examples for using the database class or you just want to play around with it a little bit?
386386

387-
- You can find a further examples in the file [`example.php`](https://github.com/jr-cologne/db-class/blob/master/example.php).
388-
- To play around with the database class, you can use the database provided in the file [`db-class-example.sql`](https://github.com/jr-cologne/db-class/blob/master/db-class-example.sql). Just import that in your database client and you are ready to start!
387+
- You can find a further examples in the file [`example.php`](https://github.com/jr-cologne/db-class/blob/master/example/example.php).
388+
- To play around with the database class, you can use the database provided in the file [`db-class-example.sql`](https://github.com/jr-cologne/db-class/blob/master/example/db-class-example.sql). Just import that in your database client and you are ready to start!
389389

390390
## Contributing
391391
Feel free to contribute to this project! It would be awesome for me if somebody contributes to it.

0 commit comments

Comments
 (0)