diff --git a/docs/configuration/system.md b/docs/configuration/system.md index 3e7a76f60..20143276c 100644 --- a/docs/configuration/system.md +++ b/docs/configuration/system.md @@ -95,7 +95,7 @@ Default: `('127.0.0.1', '::1')` A list of IP addresses recognized as internal to the system, used to control the display of debugging output. For example, the debugging toolbar will be viewable only when a client is accessing NetBox from one of the listed IP -addresses (and [`DEBUG`](./development.md#debug) is True). +addresses (and [`DEBUG`](./development.md#debug) is `True`). ---