diff --git a/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx b/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx index 9e856503b6577..e3b2c514ed349 100644 --- a/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx +++ b/x-pack/plugins/code/public/components/admin_page/setup_guide.tsx @@ -87,8 +87,7 @@ const steps = [
Once the repo is added and indexed successfully, you can verify that the repo is searchable and the code intelligence is available. You can find more details of how the - search and code intelligence work in - our docs. + search and code intelligence work in our docs.
), @@ -109,9 +108,12 @@ const SetupGuidePage = (props: { setupOk?: boolean }) => { )} {props.setupOk === true && ( -