Skip to content

Commit b83c9bd

Browse files
committed
fix link
1 parent 095b7d2 commit b83c9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/reference/loki-http-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The JSON object must be set immediately after the log line. Here is an example o
251251

252252
In microservices mode, `/loki/api/v1/push` is exposed by the distributor.
253253

254-
If [[block_ingestion_until]({{< relref "../configure#limits_config" >}})) is configured and push requests are blocked, the endpoint will return the status code configured in `block_ingestion_status_code` (`260` by default)
254+
If [`block_ingestion_until`](/docs/loki/<LOKI_VERSION>/configuration/#limits_config) is configured and push requests are blocked, the endpoint will return the status code configured in `block_ingestion_status_code` (`260` by default)
255255
along with an error message. If the configured status code is `200`, no error message will be returned.
256256

257257
### Examples

0 commit comments

Comments
 (0)