Skip to content

Commit

Permalink
fix(digital-certificates): fix docs links for certificate templates a…
Browse files Browse the repository at this point in the history
…nd private keys
  • Loading branch information
azasypkin committed Dec 18, 2023
1 parent dd9c07b commit 87d1759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function CertificatesCertificateTemplates() {
iconType={'documentation'}
title="Learn how to create and use certificate templates"
target={'_blank'}
href={'/docs/guides/digital_certificates'}
href={'/docs/guides/digital_certificates/certificate_templates'}
>
Learn how to
</EuiButtonEmpty>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function CertificatesPrivateKeys() {
iconType={'documentation'}
title="Learn how to create and use private keys"
target={'_blank'}
href={'/docs/guides/digital_certificates'}
href={'/docs/guides/digital_certificates/private_keys'}
>
Learn how to
</EuiButtonEmpty>
Expand Down

0 comments on commit 87d1759

Please sign in to comment.