Skip to content

Commit c7c78cb

Browse files
committed
change links in main home
1 parent a6348ad commit c7c78cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ function HomeCallToAction() {
108108
<>
109109
<ActionButton
110110
type="primary"
111-
href={useBaseUrl('docs/getting-started')}
111+
href={useBaseUrl('docs/environment-setup')}
112112
target="_self">
113113
Get started
114114
</ActionButton>
115115
<ActionButton
116116
type="secondary"
117-
href={useBaseUrl('docs/tutorial')}
117+
href={useBaseUrl('docs/getting-started')}
118118
target="_self">
119-
Learn basics
119+
Learn the basics
120120
</ActionButton>
121121
</>
122122
);

0 commit comments

Comments
 (0)