Skip to content

Commit f21f753

Browse files
authored
fix including yaml filepath (#4091)
1 parent 6ef0152 commit f21f753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-src/guides/tls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ TLS-encrypted upstream connection where Pods backing the `dev` Service are expec
145145
certificate for `dev.example.com`.
146146

147147
```yaml
148-
{% include 'standard/v1/backendtlspolicy-system-certs.yaml' %}
148+
{% include 'standard/backendtlspolicy/backendtlspolicy-system-certs.yaml' %}
149149
```
150150

151151
#### Using Explicit CA Certificates
@@ -155,7 +155,7 @@ map `auth-cert` to connect with a TLS-encrypted upstream connection where Pods b
155155
are expected to serve a valid certificate for `auth.example.com`.
156156

157157
```yaml
158-
{% include 'standard/v1/backendtlspolicy-ca-certs.yaml' %}
158+
{% include 'standard/backendtlspolicy/backendtlspolicy-ca-certs.yaml' %}
159159
```
160160

161161
## Extensions

0 commit comments

Comments
 (0)