diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-26 19:58:47 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-26 19:58:47 -0400 |
commit | d97e1bd4cfd013b54e72f446a0e5934fff559781 (patch) | |
tree | 81ea919a3b12d61f4b8cd8da5531e380a6810779 /docs/email-configuration.markdown | |
parent | c5f59f8c8fc4cea247948c2a57cf8074677121e9 (diff) |
Update documentation
Diffstat (limited to 'docs/email-configuration.markdown')
-rw-r--r-- | docs/email-configuration.markdown | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/email-configuration.markdown b/docs/email-configuration.markdown index 63ed9789..614fe5da 100644 --- a/docs/email-configuration.markdown +++ b/docs/email-configuration.markdown @@ -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/ |