Skip to content

Commit 1b63efe

Browse files
committed
Fix error
1 parent 85039f3 commit 1b63efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/rules/url-forwarding/examples/redirect-all-another-domain.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ description: Create a redirect rule to redirect all requests to a different
1010
service (port 80).
1111
---
1212

13-
import { Steps } from "~/components";
13+
import { Example } from "~/components";
1414

1515
In this example the original domain was replaced with a different domain. All functionality was maintained, except for the HTTP service (port 80) which was discontinued.
1616

17-
Create a [redirect rule](/rules/url-forwarding/single-redirects/create-dashboard/) with the following configuration:
17+
[Create a redirect rule](/rules/url-forwarding/single-redirects/create-dashboard/) with the following configuration:
1818

1919
<Example>
2020

0 commit comments

Comments
 (0)