Skip to content

Commit 11eb7ad

Browse files
Fixes App Search documentation links (#76183)
Two links to App Search docs are pointing to outdated versions. Update the URLs.
1 parent e012260 commit 11eb7ad

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/enterprise_search/public/applications/app_search/components/setup_guide

1 file changed

+2
-2
lines changed

x-pack/plugins/enterprise_search/public/applications/app_search/components/setup_guide/setup_guide.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export const SetupGuide: React.FC = () => (
1919
<SetupGuideLayout
2020
productName={APP_SEARCH_PLUGIN.NAME}
2121
productEuiIcon="logoAppSearch"
22-
standardAuthLink="https://swiftype.com/documentation/app-search/self-managed/security#standard"
23-
elasticsearchNativeAuthLink="https://swiftype.com/documentation/app-search/self-managed/security#elasticsearch-native-realm"
22+
standardAuthLink="https://www.elastic.co/guide/en/app-search/current/security-and-users.html#app-search-self-managed-security-and-user-management-standard"
23+
elasticsearchNativeAuthLink="https://www.elastic.co/guide/en/app-search/current/security-and-users.html#app-search-self-managed-security-and-user-management-elasticsearch-native-realm"
2424
>
2525
<SetPageChrome
2626
text={i18n.translate('xpack.enterpriseSearch.setupGuide.title', {

0 commit comments

Comments
 (0)