From b77152746ef88b091d32b5b7f43db576343e054b Mon Sep 17 00:00:00 2001 From: Alex Laird Date: Thu, 7 Nov 2024 10:04:12 -0600 Subject: [PATCH] Fix broken page link, since header uses underscore, not dash, for traffic-policy. --- docs/agent/config/v3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent/config/v3.mdx b/docs/agent/config/v3.mdx index ad0844317..8fd8a0b74 100644 --- a/docs/agent/config/v3.mdx +++ b/docs/agent/config/v3.mdx @@ -358,7 +358,7 @@ ngrok start --all | [`url`](#url) | | The address you would like to use to forward traffic to your upstream service. Leave empty to get a randomly assigned address. | | [`metadata`](#metadata-1) | | An arbitrary string of user-defined metadata for this endpoint. | | [`description`](#description) | | An arbitrary user-defined description about this endpoint. | -| [`traffic_policy`](#traffic-policy) | | Accepts a Traffic Policy configuration in YAML format. | +| [`traffic_policy`](#traffic_policy) | | Accepts a Traffic Policy configuration in YAML format. | | [`upstream`](#upstream) | Required | Upstream service configuration options. | | [`upstream.url`](#upstreamurl) | Required | The address you would like to forward traffic to. | | [`upstream.protocol`](#upstreamprotocol) | | The application layer protocol the agent should use when talking to your upstream application for HTTP endpoints. Accepted values are `http1` (default) and `http2`. |