diff --git a/boards/risc-v/fe310/hifive1-revb/README-qemu.txt b/boards/risc-v/fe310/hifive1-revb/README-qemu.txt index a31baededd2..d3350fa83c9 100644 --- a/boards/risc-v/fe310/hifive1-revb/README-qemu.txt +++ b/boards/risc-v/fe310/hifive1-revb/README-qemu.txt @@ -28,8 +28,8 @@ index c449421741..5a76600785 100644 4. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://bitbucket.org/nuttx/nuttx.git - $ git clone https://bitbucket.org/nuttx/apps.git + $ git clone https://github.com/apache/incubator-nuttx.git + $ git clone https://github.com/apache/incubator-nuttx-apps.git $ cd nuttx $ make distclean $ ./tools/configure.sh hifive1-revb:nsh diff --git a/boards/risc-v/fe310/hifive1-revb/README.txt b/boards/risc-v/fe310/hifive1-revb/README.txt index b754a224428..34a800f794e 100644 --- a/boards/risc-v/fe310/hifive1-revb/README.txt +++ b/boards/risc-v/fe310/hifive1-revb/README.txt @@ -11,8 +11,8 @@ 3. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://bitbucket.org/nuttx/nuttx.git - $ git clone https://bitbucket.org/nuttx/apps.git + $ git clone https://github.com/apache/incubator-nuttx.git + $ git clone https://github.com/apache/incubator-nuttx-apps.git $ cd nuttx $ make distclean $ ./tools/configure.sh hifive1-revb:nsh diff --git a/boards/risc-v/k210/maix-bit/README-qemu.txt b/boards/risc-v/k210/maix-bit/README-qemu.txt index 557d50893e3..11ab5cc2ee8 100644 --- a/boards/risc-v/k210/maix-bit/README-qemu.txt +++ b/boards/risc-v/k210/maix-bit/README-qemu.txt @@ -26,8 +26,8 @@ 4. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://bitbucket.org/nuttx/nuttx.git - $ git clone https://bitbucket.org/nuttx/apps.git + $ git clone https://github.com/apache/incubator-nuttx.git + $ git clone https://github.com/apache/incubator-nuttx-apps.git $ cd nuttx $ make distclean $ ./tools/configure.sh maix-bit:nsh diff --git a/boards/risc-v/k210/maix-bit/README.txt b/boards/risc-v/k210/maix-bit/README.txt index da40195c781..2ece7b4816f 100644 --- a/boards/risc-v/k210/maix-bit/README.txt +++ b/boards/risc-v/k210/maix-bit/README.txt @@ -11,8 +11,8 @@ 3. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://bitbucket.org/nuttx/nuttx.git - $ git clone https://bitbucket.org/nuttx/apps.git + $ git clone https://github.com/apache/incubator-nuttx.git + $ git clone https://github.com/apache/incubator-nuttx-apps.git $ cd nuttx $ make distclean $ ./tools/configure.sh maix-bit:nsh diff --git a/boards/risc-v/litex/arty_a7/README.txt b/boards/risc-v/litex/arty_a7/README.txt index e7bd857d011..03d5540390c 100644 --- a/boards/risc-v/litex/arty_a7/README.txt +++ b/boards/risc-v/litex/arty_a7/README.txt @@ -8,8 +8,8 @@ 3. Configure and build NuttX $ mkdir ./nuttx; cd ./nuttx - $ git clone https://bitbucket.org/nuttx/nuttx.git - $ git clone https://bitbucket.org/nuttx/apps.git + $ git clone https://github.com/apache/incubator-nuttx.git + $ git clone https://github.com/apache/incubator-nuttx-apps.git $ cd nuttx $ make distclean $ ./tools/configure.sh arty_a7:nsh