Skip to content

Commit e47d922

Browse files
committed
Fix Get Started button on homepage
1 parent 2aec0ff commit e47d922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2 class="paragraph">
7474
gulp is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.
7575
</h2>
7676
<div class="ctas">
77-
<a class="ctas-button" href="https://github.com/gulpjs/gulp/blob/v3.9.1/docs/getting-started.md">Get Started</a>
77+
<a class="ctas-button" href="/docs/en/getting-started/quick-start">Get Started</a>
7878
</div>
7979
</div>
8080
</div>

0 commit comments

Comments
 (0)