matthieu-lapeyre commited on
Commit
1b9df1d
·
verified ·
1 Parent(s): 8e81aa5

update documentation link

Browse files
Files changed (1) hide show
  1. src/pages/GettingStarted.jsx +3 -3
src/pages/GettingStarted.jsx CHANGED
@@ -324,14 +324,14 @@ export default function GettingStarted() {
324
  <br />
325
  In the meantime, check the{' '}
326
  <Link
327
- href="https://github.com/pollen-robotics/reachy_mini"
328
  target="_blank"
329
  rel="noopener noreferrer"
330
  sx={{ color: 'inherit' }}
331
  >
332
- Create section
333
  </Link>{' '}
334
- to use the daemon CLI directly.
335
  </Typography>
336
  <Button
337
  variant="contained"
 
324
  <br />
325
  In the meantime, check the{' '}
326
  <Link
327
+ href="https://github.com/pollen-robotics/reachy_mini/blob/develop/docs/SDK/readme.md#-installation-of-the-daemon-and-python-sdk"
328
  target="_blank"
329
  rel="noopener noreferrer"
330
  sx={{ color: 'inherit' }}
331
  >
332
+ Documentation
333
  </Link>{' '}
334
+ to install Reachy Mini software on your machine.
335
  </Typography>
336
  <Button
337
  variant="contained"