Update documentation
This commit is contained in:
@@ -93,14 +93,9 @@ Here a example:
|
||||
|
||||
### How to display a link to the task in notifications?
|
||||
|
||||
To do that, you have to specify the URL of your Kanboard installation in your config file.
|
||||
To do that, you have to specify the URL of your Kanboard installation in your [Application Settings](http://kanboard.net/documentation/application-configuration).
|
||||
By default, nothing is defined, so no links will be displayed.
|
||||
|
||||
```php
|
||||
// Your Kanboard base URL, example: http://demo.kanboard.net/ (used by email notifications or CLI scripts)
|
||||
define('KANBOARD_URL', '');
|
||||
```
|
||||
|
||||
Examples:
|
||||
|
||||
- http://demo.kanboard.net/
|
||||
|
||||
Reference in New Issue
Block a user