Update web crawler link to lead directly to the crawler page (#118111)

This commit is contained in:
Vadim Yakhin 2021-11-10 08:48:57 -08:00 committed by GitHub
parent 5cccf0cdd6
commit 68f46a5c8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@ export const AvailablePackages: React.FC = memo(() => {
<EuiCard
data-test-sub="integration-card:epr:app_search_web_crawler:featured"
icon={<EuiIcon type="logoAppSearch" size="xxl" />}
href={addBasePath('/app/enterprise_search/app_search')}
href={addBasePath('/app/enterprise_search/app_search/engines/new?method=crawler')}
title={i18n.translate('xpack.fleet.featuredSearchTitle', {
defaultMessage: 'Web site crawler',
})}