Skip to content

Commit b04767f

Browse files
Fix link to Getting started page
1 parent 92071b5 commit b04767f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/pages/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="HomeSuggestions">
22
<strong>Popular:</strong>
3-
<%= link_to "Getting started", "/docs/pipelines" %>,
3+
<%= link_to "Getting started", "/docs/tutorials/getting-started" %>,
44
<%= link_to "Defining build steps", "/docs/pipelines/defining-steps" %>,
55
<%= link_to "Command steps", "/docs/pipelines/command-step" %>,
66
<%= link_to "Environment variables", "/docs/pipelines/environment-variables" %>,

0 commit comments

Comments
 (0)