diff --git a/docs/configuration/security.md b/docs/configuration/security.md index ab4b86719..a647a65b8 100644 --- a/docs/configuration/security.md +++ b/docs/configuration/security.md @@ -17,7 +17,7 @@ If disabled, the values of API tokens will not be displayed after each token's i Default: `('file', 'ftp', 'ftps', 'http', 'https', 'irc', 'mailto', 'sftp', 'ssh', 'tel', 'telnet', 'tftp', 'vnc', 'xmpp')` -A list of permitted URL schemes referenced when rendering links within NetBox. Note that only the schemes specified in this list will be accepted. If adding your own, be sure to replicate all the default values as well (excluding those schemes which are not desirable). +A list of permitted URL schemes referenced when rendering links within NetBox. Note that only the schemes specified in this list will be accepted: If adding your own, be sure to replicate all the default values as well (excluding those schemes which are not desirable). ---