Skip to content

Commit 19649ca

Browse files
committed
Fix links for db exercise
1 parent 440b32f commit 19649ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/database-read/problem/problem.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Finally, you will be given a random name as the second argument to your program,
1111

1212
This is an exercise introducing databases and PDO. PDO is a powerful abstraction library for dealing with different database vendors in a consistent manner. You can read the PDO manual here:
1313

14-
[http://php.net/manual/en/book.pdo.php]()
14+
[http://php.net/manual/en/book.pdo.php](http://php.net/manual/en/book.pdo.php)
1515

1616
A short introduction can be found here:
1717

18-
[http://www.phptherightway.com/#pdo_extension]()
18+
[http://www.phptherightway.com/#pdo_extension](http://www.phptherightway.com/#pdo_extension)
1919

2020
The most interesting class will be `\PDO`. The first parameter is the DSN string. The second and third are the username and password for the database. They are not needed for this exercise and can be left out.
2121

0 commit comments

Comments
 (0)