nixos/outline: fix documentation link formatting

Changed files
+3 -3
nixos
modules
services
web-apps
+3 -3
nixos/modules/services/web-apps/outline.nix
···
slackAuthentication = lib.mkOption {
description = ''
To configure Slack auth, you'll need to create an Application at
-
https://api.slack.com/apps
+
<https://api.slack.com/apps>
When configuring the Client ID, add a redirect URL under "OAuth & Permissions"
to `https://[publicUrl]/auth/slack.callback`.
···
googleAuthentication = lib.mkOption {
description = ''
To configure Google auth, you'll need to create an OAuth Client ID at
-
https://console.cloud.google.com/apis/credentials
+
<https://console.cloud.google.com/apis/credentials>
When configuring the Client ID, add an Authorized redirect URI to
`https://[publicUrl]/auth/google.callback`.
···
description = ''
For a complete Slack integration with search and posting to channels
this configuration is also needed. See here for details:
-
https://wiki.generaloutline.com/share/be25efd1-b3ef-4450-b8e5-c4a4fc11e02a
+
<https://wiki.generaloutline.com/share/be25efd1-b3ef-4450-b8e5-c4a4fc11e02a>
'';
default = null;
type = lib.types.nullOr (