Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/exporters/unicode.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ other UTF-8 characters, without any replacements.

## PushGateway

When using the [Pushgateway](/exporters/pushgateway/), Unicode support has to be enabled
When using the [Pushgateway]({{< relref "pushgateway.md" >}}), Unicode support has to be enabled
explicitly by setting `io.prometheus.exporter.pushgateway.escapingScheme` to `allow-utf-8` in the
Pushgateway configuration file - see
[Pushgateway configuration]({{< relref "/config/config.md#exporter-pushgateway-properties" >}})
2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ max_retries = 6
exclude_loopback = true
cache = true

base = "https://prometheus.github.io"
base_url = "https://prometheus.github.io"
exclude_path = ["docs/themes"]
exclude = [
'^https://github\.com/prometheus/client_java/settings',
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"go:github.com/gohugoio/hugo" = "v0.152.2"
"go:github.com/grafana/oats" = "0.6.0"
java = "temurin-25.0.1+8.0.LTS"
lychee = "0.21.0"
lychee = "0.22.0"
protoc = "33.1"

[tasks.ci]
Expand Down