Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <[email protected]>
  • Loading branch information
arkodg committed Mar 10, 2024
1 parent 9ba3047 commit 0418f25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/basic-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ kubectl delete secret/example-cert

Checkout the [Developer Guide](../../../contributions/develop/) to get involved in the project.

[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[http Basic authentication]: https://tools.ietf.org/html/rfc2617
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/cors.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ kubectl delete securitypolicy/cors-example

Checkout the [Developer Guide](../../../contributions/develop/) to get involved in the project.

[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[cors]: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/jwt-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ kubectl delete securitypolicy/jwt-example

Checkout the [Developer Guide](../../../contributions/develop/) to get involved in the project.

[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[jwt]: https://tools.ietf.org/html/rfc7519
[jwks]: https://tools.ietf.org/html/rfc7517
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/user/security/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ Checkout the [Developer Guide](../../../contributions/develop/) to get involved

[oidc]: https://openid.net/connect/
[google-oidc]: https://developers.google.com/identity/protocols/oauth2/openid-connect
[SecurityPolicy]: ../../../design/security-policy/
[SecurityPolicy]: ../../contributions/design/security-policy/
[Gateway]: https://gateway-api.sigs.k8s.io/api-types/gateway
[HTTPRoute]: https://gateway-api.sigs.k8s.io/api-types/httproute
2 changes: 1 addition & 1 deletion site/content/en/latest/user/traffic/gatewayapi-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ these types of cross-namespace references. Envoy Gateway supports the following
namespace.
- Allowing a Gateway's [SecretObjectReference][] to reference a secret in a different namespace.

[system design]: ../../../design/system-design/
[system design]: ../../contributions/design/system-design/
[Gateway API]: https://gateway-api.sigs.k8s.io/
[GatewayClass]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.GatewayClass
[parameters reference]: https://gateway-api.sigs.k8s.io/reference/spec/#gateway.networking.k8s.io/v1.ParametersReference
Expand Down

0 comments on commit 0418f25

Please sign in to comment.