Skip to content

Commit

Permalink
[ML] Fixes URL of link to detector function reference docs (#35734) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored May 3, 2019
1 parent 9f55caf commit 68f4d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.directive('mlDocumentationHelpLink', function () {
function renderReactComponent() {

const props = {
fullUrl: `${baseUrl}/guide/en/x-pack/${version}/${scope.uri}`,
fullUrl: `${baseUrl}/guide/en/elastic-stack-overview/${version}/${scope.uri}`,
label: scope.label
};

Expand Down

0 comments on commit 68f4d82

Please sign in to comment.