Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffcline committed Oct 25, 2023
1 parent e2aa566 commit 3900e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/use_cases/frontend_sg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Learn how to [create an egress rule with the AWS CLI.](https://awscli.amazonaws.

### 5. Add the security group annotation to your Ingress or Service

For [Ingress resources](../guide/ingress/annotations#annotations), add the following annotation:
For [Ingress resources](../../../guide/ingress/annotations.md), add the following annotation:

```yaml
apiVersion: networking.k8s.io/v1
Expand All @@ -73,7 +73,7 @@ metadata:
alb.ingress.kubernetes.io/security-groups: <sg-id>
```
For [Service resources](../guide/service/annotations.md#annotations), add the following annotation:
For [Service resources](../../../guide/service/annotations.md#annotations), add the following annotation:
```yaml
apiVersion: v1
Expand Down

0 comments on commit 3900e42

Please sign in to comment.