Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Jul 17, 2024
1 parent 33cd970 commit 026fdd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kbn-avc-banner/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @kbn/avc-banner

Empty package generated by @kbn/generate
`@kbn/avc-banner` is the callout component to showcase the AVC 2024 results Elastic Security recently received for our native Endpoint and encourage users to install Elastic Defend/Endpoint. This package should be delted at EOY 2024.
2 changes: 1 addition & 1 deletion packages/kbn-avc-banner/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const AVCResultsBanner2024: React.FC<{ onDismiss: () => void }> = ({ onDi
<EuiButton
size="s"
color="success"
href={docLinks.links.securitySolution.avcResults}
href={docLinks?.links.securitySolution.avcResults}
data-test-subj="avcReadTheBlog"
>
<FormattedMessage
Expand Down

0 comments on commit 026fdd0

Please sign in to comment.