Skip to content

Commit c68b14f

Browse files
committed
Fix github links
1 parent 8fe8624 commit c68b14f

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
@@ -251,7 +251,7 @@ user needs to wait for the sending to complete before she/he can see any respons
251251
Queueing e-mails is the solution as sending is deferred (preferrable to a cron job) and the user receives
252252
her/his application response fast.
253253

254-
You will need a [`TgDatabase\Database`](https://github.com/technicalguru/php-database/blob/src/TgEmail/Database.php)
254+
You will need a [`TgDatabase\Database`](https://github.com/technicalguru/php-database/blob/main/src/TgDatabase/Database.php)
255255
object to queue e-mails. Otherwise, `EmailQueue` will throw exceptions when you try to queue e-mails. Please refer
256256
to the [`TgDatabase\Database`](https://github.com/technicalguru/php-database/) documentation about how to create
257257
the `Database` object. Setup the according `EmailsDAO` and `EmailQueue` as follows:
@@ -381,7 +381,7 @@ $emailConfig = EmailConfig::from($jsonStringOrObjectOrAssocArray);
381381

382382
Most PHPUnit tests will not be executed when there is no SMTP server or database available. The unit tests will check
383383
for environment variable `EMAIL_TEST_SMTP` and `EMAIL_DATABASE`. There is a bash script available,
384-
[`set-test-env.sh`](https://github.com/technicalguru/php-email/blob/set-test-env.sh) that creates those
384+
[`set-test-env.sh`](https://github.com/technicalguru/php-email/blob/main/set-test-env.sh) that creates those
385385
variables for you. Copy it to e.g. `set-local-test-env.sh` and follow instructions in the file.
386386

387387
# Contribution

0 commit comments

Comments
 (0)