Skip to content

Commit 58b0ff3

Browse files
authored
[Rules] Fix broken link in create-dashboard.mdx (#16420)
1 parent 8fd64d7 commit 58b0ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/rules/url-forwarding/single-redirects/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { Render } from "~/components"
1818
5. Under **When incoming requests match**, select one of the following options:
1919
- 5.1. **Wildcard pattern**: The rule will only apply to traffic matching the wildcard pattern.
2020
- **Request URL**: Enter the [wildcard pattern](/ruleset-engine/rules-language/operators/#wildcard-matching) using the asterisk (`*`) character to match multiple requests. For example, `https://*.example.com/files/*`.
21-
- **Then...**: Define the [URL redirect settings](http://localhost:1111/rules/url-forwarding/single-redirects/settings/) including:
21+
- **Then...**: Define the [URL redirect settings](/rules/url-forwarding/single-redirects/settings/) including:
2222
- **Target URL**: Enter the target URL, which can be static (e.g., `https://example.com`) or dynamic (e.g., `https://example.com/${1}/files/${2}`). Use [wildcard replacement](/ruleset-engine/rules-language/functions/#wildcard_replace) like `${1}`, `${2}`, etc., to define dynamic target URLs.
2323
- **Status code**: Select the status code for the redirect (e.g., `301`).
2424
- **Preserve query string**: Choose whether to keep the query string from the original request.

0 commit comments

Comments
 (0)