diff options
author | Erik Michelson | 2019-09-09 15:20:09 +0200 |
---|---|---|
committer | Erik Michelson | 2019-09-09 15:20:09 +0200 |
commit | 6110aafc5b820fbb595afc5fb90bf931d17e34b9 (patch) | |
tree | 1e4fabe8e0c8b2c9ceabd8ec20a3144c61cc2bbe | |
parent | efe246f1837ed926a138f2ab527c00b4287fc2bc (diff) |
Added link to libravatar.org
Signed-off-by: Erik Michelson <erik@liltv.de>
Diffstat (limited to '')
-rw-r--r-- | docs/configuration-config-file.md | 2 | ||||
-rw-r--r-- | docs/configuration-env-vars.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configuration-config-file.md b/docs/configuration-config-file.md index 6c402188..d24abce6 100644 --- a/docs/configuration-config-file.md +++ b/docs/configuration-config-file.md @@ -81,7 +81,7 @@ these are rarely used for various reasons. | variables | example values | description | | --------- | ------ | ----------- | -| `allowGravatar` | `true` or `false` | set to `false` to disable Libravatar as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. | +| `allowGravatar` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. | | `useCDN` | `true` or `false` | set to use CDN resources or not (default is `true`) | ## Users and Privileges diff --git a/docs/configuration-env-vars.md b/docs/configuration-env-vars.md index eb4bbbe0..84155847 100644 --- a/docs/configuration-env-vars.md +++ b/docs/configuration-env-vars.md @@ -68,7 +68,7 @@ defaultNotePath can't be set from env-vars | variable | example value | description | | -------- | ------------- | ----------- | -| `CMD_ALLOW_GRAVATAR` | `true` or `false` | set to `false` to disable Libravatar as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. | +| `CMD_ALLOW_GRAVATAR` | `true` or `false` | set to `false` to disable [Libravatar](https://www.libravatar.org/) as profile picture source on your instance. Libravatar is a federated open-source alternative to Gravatar. | | `CMD_USECDN` | `true` or `false` | set to use CDN resources or not| |