Skip to content

Commit dab3406

Browse files
jrodewigmergify[bot]
authored andcommitted
[ML] Fix welcome-to-elastic link (#2542)
**Problem:** In elastic/docs#2752, we updated the URL prefix (`welcome-to-elastic`) and name for the "Welcome to Elastic Docs" docs. However, we still have some stray links that use the old `/welcome-to-elastic` URL prefix **Solution:** Update an outdated link. (cherry picked from commit 1bf27ac)
1 parent bf33af6 commit dab3406

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docs/en/stack/ml/index-custom-title-page.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
* {
33
box-sizing: border-box;
44
}
5-
5+
66
.card {
77
cursor: pointer;
88
padding: 16px;
99
text-align: left;
1010
color: #000;
1111
}
12-
12+
1313
.card:hover {
1414
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
1515
padding: 16px;
1616
text-align: left;
1717
}
18-
18+
1919
#guide a.no-text-decoration:hover {
2020
text-decoration: none!important;
2121
}
22-
22+
2323
.icon {
2424
width: 24px;
2525
height: 24px;
2626
background-position: bottom;
2727
background-size: contain;
2828
background-repeat: no-repeat;
2929
}
30-
30+
3131
.ul-col-1 {
3232
columns: 1;
3333
-webkit-columns: 1;
3434
-moz-columns: 1;
3535
}
36-
36+
3737
@media (min-width:769px) {
3838
.ul-col-md-2 {
3939
columns: 2;
@@ -50,9 +50,9 @@
5050
margin-bottom: 0!important;
5151
}
5252
</style>
53-
53+
5454
<div class="legalnotice"></div>
55-
55+
5656
<div class="row my-4">
5757
<div class="col-md-6 col-12">
5858
<p></p>
@@ -73,9 +73,9 @@ <h2>Analyze your data with Elastic machine learning</h2>
7373
<img class="w-100" src="https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltdd4cccf507615a8b/63e62da759036b11199d0f6b/ML_cover.jpg" />
7474
</div>
7575
</div>
76-
76+
7777
<h3 class="gtk">Get to know Elastic machine learning</h3>
78-
78+
7979
<div class="my-5">
8080
<div class="d-flex align-items-center mb-3">
8181
<h4 class="mt-3">
@@ -104,7 +104,7 @@ <h4 class="mt-3">
104104
</li>
105105
</ul>
106106
</div>
107-
107+
108108
<div class="my-5">
109109
<div class="d-flex align-items-center mb-3">
110110
<h4 class="mt-3">
@@ -130,7 +130,7 @@ <h4 class="mt-3">
130130
</li>
131131
</ul>
132132
</div>
133-
133+
134134
<div class="my-5">
135135
<div class="d-flex align-items-center mb-3">
136136
<h4 class="mt-3">
@@ -159,7 +159,7 @@ <h4 class="mt-3">
159159
</li>
160160
</ul>
161161
</div>
162-
162+
163163
<div class="my-5">
164164
<div class="d-flex align-items-center mb-3">
165165
<h4 class="mt-3">
@@ -182,9 +182,9 @@ <h4 class="mt-3">
182182
</li>
183183
</ul>
184184
</div>
185-
185+
186186
<h3 class="explore">Explore by use case</h3>
187-
187+
188188
<div class="row my-4">
189189
<div class="col-md-4 col-12 mb-2">
190190
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/enterprise-search/current/start.html">
@@ -198,7 +198,7 @@ <h4 class="mt-3">
198198
</a>
199199
</div>
200200
<div class="col-md-4 col-12 mb-2">
201-
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/welcome-to-elastic/current/getting-started-observability.html">
201+
<a class="no-text-decoration" href="https://www.elastic.co/guide/en/starting-with-the-elasticsearch-platform-and-its-solutions/current/getting-started-observability.html">
202202
<div class="card h-100">
203203
<h4 class="mt-3">
204204
<span class="inline-block float-left icon mr-2" style="background-image: url('https://images.contentstack.io/v3/assets/bltefdd0b53724fa2ce/bltaa08b370a00bbecc/634d9da14e565f1cdce27f7c/observability-logo-color-32px.png');"></span>
@@ -220,5 +220,5 @@ <h4 class="mt-3">
220220
</a>
221221
</div>
222222
</div>
223-
223+
224224
<p class="my-4"><a href="https://www.elastic.co/guide/index.html">View all Elastic docs</a></p>

0 commit comments

Comments
 (0)