Anne-Charlotte commited on
Commit
85a555c
·
2 Parent(s): 8581fe6 b76ed7d

Merge branch 'main' of https://huggingface.co/spaces/pollen-robotics/Reachy_Mini

Browse files
Files changed (1) hide show
  1. src/pages/GettingStarted.jsx +3 -3
src/pages/GettingStarted.jsx CHANGED
@@ -333,7 +333,7 @@ export default function GettingStarted() {
333
 
334
  <Button
335
  variant="outlined"
336
- href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/readme.md#-installation-of-the-daemon-and-python-sdk"
337
  target="_blank"
338
  startIcon={<OpenInNewIcon/>}
339
  >
@@ -492,12 +492,12 @@ export default function GettingStarted() {
492
  </Step>
493
  <Step active completed={false}>
494
  <StepLabel>
495
- <Typography fontWeight={600}>Enter your Wi-Fi & play!</Typography>
496
  </StepLabel>
497
  <StepContent>
498
  <Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
499
  The robot will restart and connect to your network. Then access the dashboard
500
- to explore 30+ apps from hand tracking to AI conversations!
501
  </Typography>
502
  <Typography variant="body2" color="text.secondary" sx={{ mb: 2, fontStyle: 'italic' }}>
503
  If the dashboard doesn't appear correctly, please use Chrome or Firefox.
 
333
 
334
  <Button
335
  variant="outlined"
336
+ href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/installation.md"
337
  target="_blank"
338
  startIcon={<OpenInNewIcon/>}
339
  >
 
492
  </Step>
493
  <Step active completed={false}>
494
  <StepLabel>
495
+ <Typography fontWeight={600}>Enter your Wi-Fi & update</Typography>
496
  </StepLabel>
497
  <StepContent>
498
  <Typography variant="body2" color="text.secondary" sx={{ mb: 1 }}>
499
  The robot will restart and connect to your network. Then access the dashboard
500
+ to explore 30+ apps, from hand tracking to AI conversations!
501
  </Typography>
502
  <Typography variant="body2" color="text.secondary" sx={{ mb: 2, fontStyle: 'italic' }}>
503
  If the dashboard doesn't appear correctly, please use Chrome or Firefox.