diff --git a/en/05.3.md b/en/05.3.md index c59413c5..791c56e4 100644 --- a/en/05.3.md +++ b/en/05.3.md @@ -141,7 +141,7 @@ The above example shows how you fetch data from the database, but when you want As it is clear from the above block of code, you first prepare a statement, after which you execute it, depending on the output of that execution then you either roll it back or commit it. -As a final note on this section, there is a useful SQLite management tool available: [http://sqliteadmin.orbmu2k.de/](http://sqliteadmin.orbmu2k.de/) +As a final note on this section, there is a useful SQLite management tool available: [http://sqlitebrowser.org](http://sqlitebrowser.org) ## Links