Skip to content

Commit 4ecc53a

Browse files
committed
fixed
1 parent 00f86af commit 4ecc53a

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
@@ -37,7 +37,7 @@ $ composer require --prefer-dist mirko-pagliai/cakephp-database-backup
3737
```
3838

3939
Then you have to load the plugin. For more information on how to load the plugin,
40-
please refer to the [Cookbook](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin).
40+
please refer to the [CakePHP documentation](https://book.cakephp.org/5/en/plugins.html#loading-a-plugin).
4141

4242
Simply, you can execute the shell command to enable the plugin:
4343
```bash
@@ -75,7 +75,7 @@ The plugin uses some configuration parameters. See our wiki:
7575

7676
If you want to send backup files by email, remember to set up your application
7777
correctly so that it can send emails. For more information on how to configure
78-
your application, see the [Cookbook](https://book.cakephp.org/5/en/core-libraries/email.html#configuring-transports).
78+
your application, see the [CakePHP documentation](https://book.cakephp.org/5/en/core-libraries/email.html#configuring-transports).
7979

8080
## How to use
8181

0 commit comments

Comments
 (0)