Skip to content

Commit

Permalink
[DOCS] Fixes machine learning links (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 19, 2019
1 parent 9daa3b8 commit 29becc0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/60_upgrade_guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
[[Upgrade Elasticsearch for Hadoop to 5.6.|https://www.elastic.co/guide/en/elasticsearch/hadoop/5.6/install.html]]\
&lt;&lt;endif&gt;&gt;\</tw-passagedata><tw-passagedata pid="12" name="rolling-upgrade-60" tags="" position="1401,476">!!!Upgrade to 6.3
&lt;&lt;if $xpack_ml&gt;&gt;\
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/elastic-stack-overview/6.3/stopping-ml.html]]
[[Stop any running Machine Learning jobs.|https://www.elastic.co/guide/en/machine-learning/6.3/stopping-ml.html]]
&lt;&lt;endif&gt;&gt;\
&lt;&lt;if $hadoop&gt;&gt;\
&lt;span class=&quot;pseudo-link&quot;&gt;Disable ingestion from Hadoop while you upgrade the stack.&lt;/span&gt;
Expand Down
6 changes: 3 additions & 3 deletions docs/en/getting-started/get-started-stack.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ laptop.
IMPORTANT: Implementing security is a critical step in setting up the {stack}.
To get up and running quickly with a sample installation, you skip those steps
right now. Before sending sensitive data across the network, make sure you
{stack-ov}/elasticsearch-security.html[secure the {stack}] and enable
{stack-ov}/encrypting-communications.html[encrypted communications].
{ref}/elasticsearch-security.html[secure the {stack}] and enable
{ref}/encrypting-communications.html[encrypted communications].

[float]
[[install-prereqs]]
Expand Down Expand Up @@ -1020,7 +1020,7 @@ Next, you'll want to set up the {stack} {security-features} and activate your
trial license so you can unlock the full capabilities of the {stack}. To learn
how, read:

* {stack-ov}/elasticsearch-security.html[Securing the {stack}]
* {ref}/elasticsearch-security.html[Securing the {stack}]
* {stack-ov}/license-management.html[License Management]

Want to get up and running quickly with infrastructure metrics monitoring and
Expand Down
2 changes: 1 addition & 1 deletion docs/en/stack/license.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ you install in {kib} or by using the {ref}/update-license.html[update license AP

TIP: If you are using a basic or trial license, {security-features} are disabled
by default. In all other licenses, {security-features} are enabled by default;
you must {stack-ov}/security-getting-started.html[secure the {stack}] or disable
you must {ref}/secure-cluster.html[secure the {stack}] or disable
the {security-features}.

--
Expand Down
4 changes: 2 additions & 2 deletions docs/en/stack/ml/anomaly-detection/create-jobs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ than running multiple jobs against the same data.

A _population job_ detects activity that is unusual compared to the behavior of
the population. For more information, see
{stack-ov}/ml-configuring-pop.html[Performing population analysis].
{ml-docs}/ml-configuring-pop.html[Performing population analysis].

An _advanced job_ can contain multiple detectors and enables you to configure all
job settings.
Expand Down Expand Up @@ -73,7 +73,7 @@ create and manage jobs and post data to them. For more information, see

////
Ready to get some hands-on experience? See
{stack-ov}/ml-getting-started.html[Getting Started with Machine Learning].
{ml-docs}/ml-getting-started.html[Getting Started with Machine Learning].
The following video tutorials also demonstrate single metric, multi-metric, and
advanced jobs:
Expand Down

0 comments on commit 29becc0

Please sign in to comment.