Skip to content

Commit 9b7e227

Browse files
committed
Fix console docs broken prom.lib reference
Signed-off-by: Chase Naples <[email protected]>
1 parent 3195123 commit 9b7e227

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/visualization/consoles.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ Valid output formats for the third argument to `prom_query_drilldown`:
120120
This is usually used with `B` as the second argument to produce units such as `KiB` and `MiB`.
121121
* `printf.3g`: Display 3 significant digits.
122122

123-
Custom formats can be defined. See
124-
[prom.lib](https://github.com/prometheus/prometheus/blob/main/console_libraries/prom.lib) for examples.
123+
Custom formats can be defined in your own console libraries; see the example
124+
templates shipped in the `console_libraries` directory of the Prometheus
125+
release artifacts for reference.
125126

126127
## Graph Library
127128

0 commit comments

Comments
 (0)