Skip to content

Commit defed57

Browse files
authored
fix(docs): incorrect quickstart links (#2146)
Signed-off-by: bitliu <bitliu@tencent.com>
1 parent 77bcb3c commit defed57

54 files changed

Lines changed: 80 additions & 80 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

site/content/en/latest/user/cors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This instantiated resource can be linked to a [Gateway][Gateway], [HTTPRoute][HT
1111

1212
## Prerequisites
1313

14-
Follow the steps from the [Quickstart](quickstart.md) guide to install Envoy Gateway and the example manifest.
14+
Follow the steps from the [Quickstart](../quickstart) guide to install Envoy Gateway and the example manifest.
1515
Before proceeding, you should be able to query the example backend using HTTP.
1616

1717
## Configuration
@@ -53,7 +53,7 @@ kubectl get securitypolicy/cors-example -o yaml
5353

5454
## Testing
5555

56-
Ensure the `GATEWAY_HOST` environment variable from the [Quickstart](quickstart.md) guide is set. If not, follow the
56+
Ensure the `GATEWAY_HOST` environment variable from the [Quickstart](../quickstart) guide is set. If not, follow the
5757
Quickstart instructions to set the variable.
5858

5959
```shell
@@ -103,7 +103,7 @@ its configuration. It won't deny any requests. The browsers are responsible for
103103

104104
## Clean-Up
105105

106-
Follow the steps from the [Quickstart](quickstart.md) guide to uninstall Envoy Gateway and the example manifest.
106+
Follow the steps from the [Quickstart](../quickstart) guide to uninstall Envoy Gateway and the example manifest.
107107

108108
Delete the SecurityPolicy:
109109

site/content/en/latest/user/customize-envoyproxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Service. To learn more about GatewayClass and ParametersRef, please refer to [Ga
88

99
## Installation
1010

11-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
11+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1212
Before proceeding, you should be able to query the example backend using HTTP.
1313

1414
## Add GatewayClass ParametersRef

site/content/en/latest/user/envoy-patch-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ not exposed by Envoy Gateway APIs today.
2222

2323
### Prerequisites
2424

25-
* Follow the steps from the [Quickstart](quickstart.md) guide to install Envoy Gateway and the example manifest.
25+
* Follow the steps from the [Quickstart](../quickstart) guide to install Envoy Gateway and the example manifest.
2626
Before proceeding, you should be able to query the example backend using HTTP.
2727

2828
### Enable EnvoyPatchPolicy

site/content/en/latest/user/gateway-api-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The project also provides example dashboard for visualising the metrics using Gr
77

88
## Prerequisites
99

10-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
10+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1111
Before proceeding, you should be able to query the example backend using HTTP.
1212

1313
Run the following commands to install the metrics stack, with the Gateway API State Metrics configuration, on your kubernetes cluster:

site/content/en/latest/user/grafana-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide shows you how to visualise the metrics exposed to prometheus using gr
77

88
## Prerequisites
99

10-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
10+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1111
Before proceeding, you should be able to query the example backend using HTTP.
1212

1313
Follow the steps from the [Proxy Observability](proxy-observability.md#Metrics) to enable prometheus metrics.

site/content/en/latest/user/http-request-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ client.
1414

1515
## Prerequisites
1616

17-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
17+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1818
Before proceeding, you should be able to query the example backend using HTTP.
1919

2020
## Adding Request Headers

site/content/en/latest/user/http-response-headers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ upstream service.
1212

1313
## Prerequisites
1414

15-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
15+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1616
Before proceeding, you should be able to query the example backend using HTTP.
1717

1818
## Adding Response Headers

site/content/en/latest/user/http-traffic-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ with status code `500` for all requests that would have been sent to that backen
88

99
## Installation
1010

11-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
11+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1212
Before proceeding, you should be able to query the example backend using HTTP.
1313

1414
## Single backendRef

site/content/en/latest/user/http-urlrewrite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ used on a Route rule. This MUST NOT be used on the same Route rule as a HTTPRequ
77

88
## Prerequisites
99

10-
Follow the steps from the [Quickstart Guide](quickstart.md) to install Envoy Gateway and the example manifest.
10+
Follow the steps from the [Quickstart Guide](../quickstart) to install Envoy Gateway and the example manifest.
1111
Before proceeding, you should be able to query the example backend using HTTP.
1212

1313
## Rewrite URL Prefix Path

site/content/en/latest/user/jwt-authentication.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This instantiated resource can be linked to a [Gateway][Gateway], [HTTPRoute][HT
1111

1212
## Prerequisites
1313

14-
Follow the steps from the [Quickstart](quickstart.md) guide to install Envoy Gateway and the example manifest.
14+
Follow the steps from the [Quickstart](../quickstart) guide to install Envoy Gateway and the example manifest.
1515
For GRPC - follow the steps from the [GRPC Routing](grpc-routing.md) example.
1616
Before proceeding, you should be able to query the example backend using HTTP or GRPC.
1717

@@ -71,7 +71,7 @@ kubectl get securitypolicy/jwt-example -o yaml
7171

7272
## Testing
7373

74-
Ensure the `GATEWAY_HOST` environment variable from the [Quickstart](quickstart.md) guide is set. If not, follow the
74+
Ensure the `GATEWAY_HOST` environment variable from the [Quickstart](../quickstart) guide is set. If not, follow the
7575
Quickstart instructions to set the variable.
7676

7777
```shell
@@ -150,7 +150,7 @@ You should see the below response
150150

151151
## Clean-Up
152152

153-
Follow the steps from the [Quickstart](quickstart.md) guide to uninstall Envoy Gateway and the example manifest.
153+
Follow the steps from the [Quickstart](../quickstart) guide to uninstall Envoy Gateway and the example manifest.
154154

155155
Delete the SecurityPolicy:
156156

0 commit comments

Comments
 (0)