Skip to content

Commit

Permalink
Fixes App Search documentation links (#76133)
Browse files Browse the repository at this point in the history
Two links to App Search docs are pointing to outdated versions.

Update the URLs.
  • Loading branch information
chriscressman authored Aug 27, 2020
1 parent 50193ea commit 905c762
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export const SetupGuide: React.FC = () => (
<SetupGuideLayout
productName={APP_SEARCH_PLUGIN.NAME}
productEuiIcon="logoAppSearch"
standardAuthLink="https://swiftype.com/documentation/app-search/self-managed/security#standard"
elasticsearchNativeAuthLink="https://swiftype.com/documentation/app-search/self-managed/security#elasticsearch-native-realm"
standardAuthLink="https://www.elastic.co/guide/en/app-search/current/security-and-users.html#app-search-self-managed-security-and-user-management-standard"
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"
>
<SetPageChrome
text={i18n.translate('xpack.enterpriseSearch.setupGuide.title', {
Expand Down

0 comments on commit 905c762

Please sign in to comment.