Skip to content

Commit

Permalink
Fix broken links in docs (envoyproxy#2038)
Browse files Browse the repository at this point in the history
* Fix broken links in grafana-integration.md

Signed-off-by: Meng <[email protected]>

* Fix broken links in customize-envoyproxy.md

Signed-off-by: Meng <[email protected]>

---------

Signed-off-by: Meng <[email protected]>
  • Loading branch information
lemonlinger authored Oct 23, 2023
1 parent 04029bb commit 449825a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions site/content/en/latest/user/customize-envoyproxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ After you apply the config, you should see the replicas of envoyproxy changes to
And also you can dynamically change the value.

``` shell
kubectl get deployment envoy-gateway
kubectl get deployment -l gateway.envoyproxy.io/owning-gateway-name=eg
```

## Customize EnvoyProxy Image
Expand Down Expand Up @@ -310,12 +310,13 @@ spec:
EOF
```

You can use [egctl translate](https://gateway.envoyproxy.io/latest/user/egctl.html#validating-gateway-api-configuration)
You can use [egctl translate][]
to get the default xDS Bootstrap configuration used by Envoy Gateway.

After applying the config, the bootstrap config will be overridden by the new config you provided.
Any errors in the configuration will be surfaced as status within the `GatewayClass` resource.
You can also validate this configuration using [egctl translate](https://gateway.envoyproxy.io/latest/user/egctl.html#validating-gateway-api-configuration).
You can also validate this configuration using [egctl translate][].

[Gateway API documentation]: https://gateway-api.sigs.k8s.io/
[EnvoyProxy]: https://gateway.envoyproxy.io/latest/api/config_types.html#envoyproxy
[egctl translate]: https://gateway.envoyproxy.io/latest/user/egctl/#validating-gateway-api-configuration
4 changes: 2 additions & 2 deletions site/content/en/latest/user/grafana-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ Envoy Gateway has examples of dashboard for you to get started:

![Envoy Global](/img/envoy-global-dashboard.png)

### [Envoy Clusters]((https://raw.githubusercontent.com/envoyproxy/gateway/main/examples/grafana/dashboards/envoy-clusters.json))
### [Envoy Clusters](https://raw.githubusercontent.com/envoyproxy/gateway/main/examples/grafana/dashboards/envoy-clusters.json)

![Envoy Clusters](/img/envoy-clusters-dashboard.png)

### [Envoy Pod Resources]((https://raw.githubusercontent.com/envoyproxy/gateway/main/examples/grafana/dashboards/envoy-pod-resource.json))
### [Envoy Pod Resources](https://raw.githubusercontent.com/envoyproxy/gateway/main/examples/grafana/dashboards/envoy-pod-resource.json)

![Envoy Pod Resources](/img/envoy-pod-resources-dashboard.png)

Expand Down

0 comments on commit 449825a

Please sign in to comment.