We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6348ad commit c7c78cbCopy full SHA for c7c78cb
website/src/pages/index.js
@@ -108,15 +108,15 @@ function HomeCallToAction() {
108
<>
109
<ActionButton
110
type="primary"
111
- href={useBaseUrl('docs/getting-started')}
+ href={useBaseUrl('docs/environment-setup')}
112
target="_self">
113
Get started
114
</ActionButton>
115
116
type="secondary"
117
- href={useBaseUrl('docs/tutorial')}
+ href={useBaseUrl('docs/getting-started')}
118
119
- Learn basics
+ Learn the basics
120
121
</>
122
);
0 commit comments