Documentation/components/nsh/login.rst: fix a couple of repo links manually

They may have been malformed or the path changed at some point
This commit is contained in:
Diego Herranz 2020-10-18 17:10:45 +01:00 committed by hartmannathan
parent 77160c7a32
commit 9c43ca3d82
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,8 @@ There is a good example of how to do this in the NSH simulation
configuration at
`boards/sim/sim/sim/configs/nsh <https://github.com/apache/incubator-nuttx/blob/master/boards/sim/sim/sim/configs/nsh/>`__.
The ROMFS support files are provided at
`boards/sim/include <https://bitbucket.org/nuttx/nuttx/boards/src/master/sim/sim/sim/include/>`__
`boards/sim/include <https://github.com/apache/incubator-nuttx/blob/master/boards/sim/sim/sim/include/>`__
and the
`README.txt <https://github.com/apache/incubator-nuttx/blob/master/boards/sim/sim/sim/include/README.txt>`__
`README.txt <https://github.com/apache/incubator-nuttx/blob/master/boards/sim/sim/sim/README.txt>`__
file at the location provides detailed information about creating and
modifying the ROMFS file system.