This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit a402aaccb42a863422c12a4ff67ec0b80dd3609d
Author: Marco Casaroli <[email protected]>
AuthorDate: Tue Sep 8 22:55:58 2026 +0200

    Documentation: Point the buildroot links at the repository that still 
exists.
    
    bitbucket.org/nuttx/buildroot returns 404, as does every other repository
    under that Bitbucket organisation.  The buildroot that still carries the
    NuttX toolchain, ldnxflat included, is github.com/patacongo/buildroot.
    
    Thirty three files carried the dead address, most of them as a "Bitbucket
    download site" for a board's toolchain.  There are no downloads to offer, so
    those now name the repository, and the surrounding prose says so.
    
    The other dead Bitbucket addresses are left alone: nuttx/nuttx, nuttx/tools,
    nuttx/uclibc and nuttx/nxwidgets need a decision each about what replaces
    them, which is not this patch.  patacongo/obsoleted is still there.
    
    Assisted-by: Claude Opus 5 (1M context) <[email protected]>
    Signed-off-by: Marco Casaroli <[email protected]>
---
 Documentation/introduction/about.rst                              | 2 +-
 Documentation/introduction/development_environments.rst           | 8 ++++----
 Documentation/legacy_README.md                                    | 4 ++--
 Documentation/platforms/arm/c5471/boards/c5471evm/README.txt      | 2 +-
 Documentation/platforms/arm/dm320/boards/ntosd-dm320/README.txt   | 2 +-
 Documentation/platforms/arm/kl/boards/freedom-kl25z/README.txt    | 2 +-
 Documentation/platforms/arm/kl/boards/freedom-kl26z/README.txt    | 2 +-
 Documentation/platforms/arm/lpc17xx/index.rst                     | 2 +-
 .../platforms/arm/lpc214x/boards/mcu123-lpc214x/README.txt        | 2 +-
 Documentation/platforms/arm/lpc31xx/boards/ea3131/index.rst       | 2 +-
 Documentation/platforms/arm/lpc31xx/boards/ea3152/index.rst       | 2 +-
 .../platforms/arm/lpc31xx/boards/olimex-lpc-h3131/index.rst       | 2 +-
 .../platforms/arm/nuc1xx/boards/nutiny-nuc120/README.txt          | 2 +-
 Documentation/platforms/arm/nuc1xx/index.rst                      | 2 +-
 Documentation/platforms/arm/sam34/index.rst                       | 4 ++--
 .../platforms/arm/sama5/boards/sama5d3-xplained/README.txt        | 2 +-
 Documentation/platforms/arm/sama5/boards/sama5d3x-ek/README.txt   | 2 +-
 Documentation/platforms/arm/sama5/boards/sama5d4-ek/README.txt    | 2 +-
 .../platforms/arm/samd2l2/boards/samd20-xplained/README.txt       | 2 +-
 .../platforms/arm/samd2l2/boards/saml21-xplained/README.txt       | 2 +-
 Documentation/platforms/arm/stm32f4/index.rst                     | 2 +-
 .../platforms/arm/stm32l4/boards/nucleo-l432kc/index.rst          | 2 +-
 .../platforms/arm/stm32l4/boards/nucleo-l476rg/index.rst          | 2 +-
 .../platforms/arm/str71x/boards/olimex-strp711/README.txt         | 2 +-
 Documentation/platforms/arm/tiva/index.rst                        | 2 +-
 Documentation/platforms/avr/at90usb/index.rst                     | 4 ++--
 .../platforms/avr/atmega/atmega128/boards/amber/index.rst         | 2 +-
 Documentation/platforms/hc/m9s12/boards/demo9s12ne64/index.rst    | 2 +-
 Documentation/platforms/hc/m9s12/boards/ne64badge/index.rst       | 2 +-
 Documentation/platforms/hc/m9s12/index.rst                        | 2 +-
 Documentation/platforms/misco/lm32/boards/misoc/index.rst         | 8 ++++----
 Documentation/platforms/renesas/m16c/boards/skp16c26/index.rst    | 2 +-
 Documentation/platforms/renesas/sh1/boards/us7032evb1/index.rst   | 2 +-
 33 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/Documentation/introduction/about.rst 
b/Documentation/introduction/about.rst
index f3da4af8f11..05b4d5055f9 100644
--- a/Documentation/introduction/about.rst
+++ b/Documentation/introduction/about.rst
@@ -38,7 +38,7 @@ NuttX is a real time embedded operating system (RTOS). Its 
goals are:
   Non-restrictive Apache license.
 
 * **GNU Toolchains**
-  Compatible GNU toolchains based on `buildroot 
<http://buildroot.uclibc.org/>`__ available for `download 
<https://bitbucket.org/nuttx/buildroot/downloads/>`__
+  Compatible GNU toolchains based on `buildroot 
<http://buildroot.uclibc.org/>`__ available for `download 
<https://github.com/patacongo/buildroot>`__
   to provide a complete development environment for many architectures.
 
 Feature Set
diff --git a/Documentation/introduction/development_environments.rst 
b/Documentation/introduction/development_environments.rst
index ee3070b2be3..5ad4f9941c1 100644
--- a/Documentation/introduction/development_environments.rst
+++ b/Documentation/introduction/development_environments.rst
@@ -11,11 +11,11 @@ The is the most natural development environment for NuttX. 
Any version
 of the GCC/binutils toolchain may be used. There is a highly modified
 `buildroot <http://buildroot.uclibc.org/>`__ available for download from
 the `NuttX
-Bitbucket.org <https://bitbucket.org/nuttx/buildroot/downloads/>`__
-page. This download may be used to build a NuttX-compatible ELF
+buildroot <https://github.com/patacongo/buildroot>`__
+repository. This download may be used to build a NuttX-compatible ELF
 toolchain under Linux or Cygwin. That toolchain will support ARM, m68k,
 m68hc11, m68hc12, and SuperH ports. The buildroot GIT may be accessed in
-the NuttX `buildroot GIT <https://bitbucket.org/nuttx/buildroot>`__.
+the NuttX `buildroot repository <https://github.com/patacongo/buildroot>`__.
 
 Linux + GNU ``make`` + SDCC for Linux
 =====================================
@@ -33,7 +33,7 @@ Windows with Cygwin + GNU ``make`` + GCC/binutils (custom 
built under Cygwin)
 This combination works well too. It works just as well as the native
 Linux environment except that compilation and build times are a little
 longer. The custom NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 referenced above may be build in the Cygwin environment as well.
 
 Windows with Cygwin + GNU ``make`` + SDCC (custom built under Cygwin)
diff --git a/Documentation/legacy_README.md b/Documentation/legacy_README.md
index 85d2fa399bf..901d7b249f0 100644
--- a/Documentation/legacy_README.md
+++ b/Documentation/legacy_README.md
@@ -707,7 +707,7 @@ These are standalone repositories:
     originates from <http://cxx.uclibc.org/> and has been adapted for NuttX by 
the
     RGMP team (<http://rgmp.sourceforge.net/wiki/index.php/Main_Page>).
 
-  * <https://bitbucket.org/nuttx/buildroot>
+  * <https://github.com/patacongo/buildroot>
 
     A environment that you can to use to build a custom, NuttX GNU toolchain.
 
@@ -1841,7 +1841,7 @@ then you may encounter these:
      for NXFLAT.  NXFLAT is a binary format described in
      Documentation/NuttXNxFlat.html.  It may be possible to build
      standalone versions of the NXFLAT tools; there are a few examples
-     of this in the buildroot repository at 
<https://bitbucket.org/nuttx/buildroot>
+     of this in the buildroot repository at 
<https://github.com/patacongo/buildroot>
      However, it is possible that there could be interoperability issues
      with your toolchain since they will be using different versions of
      binutils and possibly different ABIs.
diff --git a/Documentation/platforms/arm/c5471/boards/c5471evm/README.txt 
b/Documentation/platforms/arm/c5471/boards/c5471evm/README.txt
index ab1a0f1f0f1..43a7e59802b 100644
--- a/Documentation/platforms/arm/c5471/boards/c5471evm/README.txt
+++ b/Documentation/platforms/arm/c5471/boards/c5471evm/README.txt
@@ -9,7 +9,7 @@ Toolchain
   different from the default).
 
   If you have no ARM toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
 
   1. You must have already configured NuttX in <some-dir>nuttx.
 
diff --git a/Documentation/platforms/arm/dm320/boards/ntosd-dm320/README.txt 
b/Documentation/platforms/arm/dm320/boards/ntosd-dm320/README.txt
index cf9a349f88b..6b88a993634 100644
--- a/Documentation/platforms/arm/dm320/boards/ntosd-dm320/README.txt
+++ b/Documentation/platforms/arm/dm320/boards/ntosd-dm320/README.txt
@@ -112,7 +112,7 @@ NuttX buildroot Toolchain
   different from the default).
 
   If you have no ARM toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
 
   1. You must have already configured NuttX in <some-dir>nuttx.
 
diff --git a/Documentation/platforms/arm/kl/boards/freedom-kl25z/README.txt 
b/Documentation/platforms/arm/kl/boards/freedom-kl25z/README.txt
index 0500177765d..bb4171c334c 100644
--- a/Documentation/platforms/arm/kl/boards/freedom-kl25z/README.txt
+++ b/Documentation/platforms/arm/kl/boards/freedom-kl25z/README.txt
@@ -39,7 +39,7 @@ NuttX Buildroot Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/kl/boards/freedom-kl26z/README.txt 
b/Documentation/platforms/arm/kl/boards/freedom-kl26z/README.txt
index 24c58f90ee4..e35bc49cf15 100644
--- a/Documentation/platforms/arm/kl/boards/freedom-kl26z/README.txt
+++ b/Documentation/platforms/arm/kl/boards/freedom-kl26z/README.txt
@@ -39,7 +39,7 @@ NuttX Buildroot Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/lpc17xx/index.rst 
b/Documentation/platforms/arm/lpc17xx/index.rst
index 6f855410af7..b23de7452e0 100644
--- a/Documentation/platforms/arm/lpc17xx/index.rst
+++ b/Documentation/platforms/arm/lpc17xx/index.rst
@@ -156,7 +156,7 @@ boards.
 2) Cygwin/MSYS with Cygwin GNU toolchain, 3) Cygwin/MSYS with Windows
 native toolchain (CodeSourcery devkitARM or Code Red), or 4) Native
 Windows. A DIY toolchain for Linux or Cygwin is provided by the NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 package.
 
 NXP LPC178x
diff --git 
a/Documentation/platforms/arm/lpc214x/boards/mcu123-lpc214x/README.txt 
b/Documentation/platforms/arm/lpc214x/boards/mcu123-lpc214x/README.txt
index 84b89a08ae6..ef964b381ff 100644
--- a/Documentation/platforms/arm/lpc214x/boards/mcu123-lpc214x/README.txt
+++ b/Documentation/platforms/arm/lpc214x/boards/mcu123-lpc214x/README.txt
@@ -54,7 +54,7 @@ NuttX buildroot Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/lpc31xx/boards/ea3131/index.rst 
b/Documentation/platforms/arm/lpc31xx/boards/ea3131/index.rst
index e975a4e83ef..3cf2eed93e2 100644
--- a/Documentation/platforms/arm/lpc31xx/boards/ea3131/index.rst
+++ b/Documentation/platforms/arm/lpc31xx/boards/ea3131/index.rst
@@ -81,7 +81,7 @@ be modified to point to the correct path to the Cortex-M3 GCC 
toolchain (if
 different from the default in your PATH variable).
 
 If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
 1. You must have already configured NuttX in ``<some-dir>/nuttx``.
diff --git a/Documentation/platforms/arm/lpc31xx/boards/ea3152/index.rst 
b/Documentation/platforms/arm/lpc31xx/boards/ea3152/index.rst
index de1ff70cb73..a5ec8f65867 100644
--- a/Documentation/platforms/arm/lpc31xx/boards/ea3152/index.rst
+++ b/Documentation/platforms/arm/lpc31xx/boards/ea3152/index.rst
@@ -81,7 +81,7 @@ be modified to point to the correct path to the Cortex-M3 GCC 
toolchain (if
 different from the default in your ``PATH`` variable).
 
 If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
 1. You must have already configured NuttX in ``<some-dir>/nuttx``.
diff --git 
a/Documentation/platforms/arm/lpc31xx/boards/olimex-lpc-h3131/index.rst 
b/Documentation/platforms/arm/lpc31xx/boards/olimex-lpc-h3131/index.rst
index 61bb5137186..44346a59ace 100644
--- a/Documentation/platforms/arm/lpc31xx/boards/olimex-lpc-h3131/index.rst
+++ b/Documentation/platforms/arm/lpc31xx/boards/olimex-lpc-h3131/index.rst
@@ -89,7 +89,7 @@ be modified to point to the correct path to the Cortex-M3 GCC 
toolchain (if
 different from the default in your ``PATH`` variable).
 
 If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
 1. You must have already configured NuttX in ``<some-dir>/nuttx``.
diff --git a/Documentation/platforms/arm/nuc1xx/boards/nutiny-nuc120/README.txt 
b/Documentation/platforms/arm/nuc1xx/boards/nutiny-nuc120/README.txt
index 579c22a903f..07f850f8b39 100644
--- a/Documentation/platforms/arm/nuc1xx/boards/nutiny-nuc120/README.txt
+++ b/Documentation/platforms/arm/nuc1xx/boards/nutiny-nuc120/README.txt
@@ -40,7 +40,7 @@ NuttX Buildroot Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/nuc1xx/index.rst 
b/Documentation/platforms/arm/nuc1xx/index.rst
index 14f35042181..e3e02055fc6 100644
--- a/Documentation/platforms/arm/nuc1xx/index.rst
+++ b/Documentation/platforms/arm/nuc1xx/index.rst
@@ -36,7 +36,7 @@ development.
 2) Cygwin/MSYS with Cygwin GNU toolchain, 3) Cygwin/MSYS with Windows
 native toolchain, or 4) Native Windows. A DIY toolchain for Linux or
 Cygwin is provided by the NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 package.
 
 
diff --git a/Documentation/platforms/arm/sam34/index.rst 
b/Documentation/platforms/arm/sam34/index.rst
index 7bd515d21f7..1836b82ad4c 100644
--- a/Documentation/platforms/arm/sam34/index.rst
+++ b/Documentation/platforms/arm/sam34/index.rst
@@ -14,7 +14,7 @@ Cygwin (with native Windows GNU tools or Cygwin-based GNU 
tools).
 2) Cygwin/MSYS with Cygwin GNU toolchain, 3) Cygwin/MSYS with Windows
 native toolchain (CodeSourcery or devkitARM), or 4) Native Windows. A
 DIY toolchain for inux or Cygwin is provided by the NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 package.
 
 Microchip SAM3X
@@ -139,7 +139,7 @@ FLASH file system.
 with Windows native GNU Cortex-M3 or M4 toolchain (CodeSourcery or
 devkitARM), or 4) Native Windows. A DIY toolchain for Linux or Cygwin is
 provided by the NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 package.
 
 Supported Boards
diff --git 
a/Documentation/platforms/arm/sama5/boards/sama5d3-xplained/README.txt 
b/Documentation/platforms/arm/sama5/boards/sama5d3-xplained/README.txt
index f19f5c26b13..e2561c45e59 100644
--- a/Documentation/platforms/arm/sama5/boards/sama5d3-xplained/README.txt
+++ b/Documentation/platforms/arm/sama5/boards/sama5d3-xplained/README.txt
@@ -175,7 +175,7 @@ NuttX EABI "buildroot" Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1.  You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/sama5/boards/sama5d3x-ek/README.txt 
b/Documentation/platforms/arm/sama5/boards/sama5d3x-ek/README.txt
index 45921aff3d1..4ca0c7fcb96 100644
--- a/Documentation/platforms/arm/sama5/boards/sama5d3x-ek/README.txt
+++ b/Documentation/platforms/arm/sama5/boards/sama5d3x-ek/README.txt
@@ -173,7 +173,7 @@ NuttX EABI "buildroot" Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/sama5/boards/sama5d4-ek/README.txt 
b/Documentation/platforms/arm/sama5/boards/sama5d4-ek/README.txt
index ba171cbbf19..502cb5f2bac 100644
--- a/Documentation/platforms/arm/sama5/boards/sama5d4-ek/README.txt
+++ b/Documentation/platforms/arm/sama5/boards/sama5d4-ek/README.txt
@@ -167,7 +167,7 @@ NuttX EABI "buildroot" Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1.  You must have already configured NuttX in <some-dir>/nuttx.
diff --git 
a/Documentation/platforms/arm/samd2l2/boards/samd20-xplained/README.txt 
b/Documentation/platforms/arm/samd2l2/boards/samd20-xplained/README.txt
index 0f311faff47..713710a9942 100644
--- a/Documentation/platforms/arm/samd2l2/boards/samd20-xplained/README.txt
+++ b/Documentation/platforms/arm/samd2l2/boards/samd20-xplained/README.txt
@@ -355,7 +355,7 @@ NuttX EABI "buildroot" Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git 
a/Documentation/platforms/arm/samd2l2/boards/saml21-xplained/README.txt 
b/Documentation/platforms/arm/samd2l2/boards/saml21-xplained/README.txt
index 1d2c0e647eb..5b27dc96645 100644
--- a/Documentation/platforms/arm/samd2l2/boards/saml21-xplained/README.txt
+++ b/Documentation/platforms/arm/samd2l2/boards/saml21-xplained/README.txt
@@ -338,7 +338,7 @@ NuttX EABI "buildroot" Toolchain
   different from the default in your PATH variable).
 
   If you have no Cortex-M0 toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
   This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
   1. You must have already configured NuttX in <some-dir>/nuttx.
diff --git a/Documentation/platforms/arm/stm32f4/index.rst 
b/Documentation/platforms/arm/stm32f4/index.rst
index 474dae92be6..3433d538879 100644
--- a/Documentation/platforms/arm/stm32f4/index.rst
+++ b/Documentation/platforms/arm/stm32f4/index.rst
@@ -401,7 +401,7 @@ be modified to point to the correct path to the Cortex-M3 
GCC toolchain (if
 different from the default in your PATH variable).
 
 If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
 NXFLAT Toolchain
diff --git a/Documentation/platforms/arm/stm32l4/boards/nucleo-l432kc/index.rst 
b/Documentation/platforms/arm/stm32l4/boards/nucleo-l432kc/index.rst
index 0c691673f2a..f74c716ea1c 100644
--- a/Documentation/platforms/arm/stm32l4/boards/nucleo-l432kc/index.rst
+++ b/Documentation/platforms/arm/stm32l4/boards/nucleo-l432kc/index.rst
@@ -118,7 +118,7 @@ be modified to point to the correct path to the Cortex-M3 
GCC toolchain (if
 different from the default in your PATH variable).
 
 If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
 1. You must have already configured NuttX in <some-dir>/nuttx.::
diff --git a/Documentation/platforms/arm/stm32l4/boards/nucleo-l476rg/index.rst 
b/Documentation/platforms/arm/stm32l4/boards/nucleo-l476rg/index.rst
index 914494906fa..a9b749343a8 100644
--- a/Documentation/platforms/arm/stm32l4/boards/nucleo-l476rg/index.rst
+++ b/Documentation/platforms/arm/stm32l4/boards/nucleo-l476rg/index.rst
@@ -119,7 +119,7 @@ be modified to point to the correct path to the Cortex-M3 
GCC toolchain (if
 different from the default in your PATH variable).
 
 If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin environment.
 
 1. You must have already configured NuttX in <some-dir>/nuttx.::
diff --git 
a/Documentation/platforms/arm/str71x/boards/olimex-strp711/README.txt 
b/Documentation/platforms/arm/str71x/boards/olimex-strp711/README.txt
index 5d085822852..4d2d6e0af0c 100644
--- a/Documentation/platforms/arm/str71x/boards/olimex-strp711/README.txt
+++ b/Documentation/platforms/arm/str71x/boards/olimex-strp711/README.txt
@@ -169,7 +169,7 @@ NuttX buildroot Toolchain
   different from the default).
 
   If you have no ARM toolchain, one can be downloaded from the NuttX
-  Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+  buildroot repository (https://github.com/patacongo/buildroot).
 
   1. You must have already configured NuttX in <some-dir>nuttx.
 
diff --git a/Documentation/platforms/arm/tiva/index.rst 
b/Documentation/platforms/arm/tiva/index.rst
index d64bfb70070..9bde5e5c66b 100644
--- a/Documentation/platforms/arm/tiva/index.rst
+++ b/Documentation/platforms/arm/tiva/index.rst
@@ -30,7 +30,7 @@ with a GNU arm-nuttx-elf toolchain\* under either Linux or 
Cygwin.
 2) Cygwin/MSYS with Cygwin GNU toolchain, 3) Cygwin/MSYS with Windows
 native toolchain (CodeSourcery or devkitARM), or 4) Native Windows. A
 DIY toolchain for Linux or Cygwin is provided by the NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 package.
 
 TI/Stellaris LM3S6965
diff --git a/Documentation/platforms/avr/at90usb/index.rst 
b/Documentation/platforms/avr/at90usb/index.rst
index 70f87797dfe..4359fad17ad 100644
--- a/Documentation/platforms/avr/at90usb/index.rst
+++ b/Documentation/platforms/avr/at90usb/index.rst
@@ -42,7 +42,7 @@ done:
 native toolchain, or 4) Native Windows. All testing, however, has been
 performed using the NuttX DIY toolchain for Linux or Cygwin is provided
 by the NuttX
-`buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+`buildroot <https://github.com/patacongo/buildroot>`__
 package. As a result, that toolchain is recommended.
 
 Toolchains
@@ -64,7 +64,7 @@ Buildroot
 ---------
 
 There is a DIY buildroot version for the AVR boards here:
-http://bitbucket.org/nuttx/buildroot/downloads/. See the following section for
+https://github.com/patacongo/buildroot. See the following section for
 details on building this toolchain.
 
 Before building, make sure that the path to the new toolchain is included in
diff --git 
a/Documentation/platforms/avr/atmega/atmega128/boards/amber/index.rst 
b/Documentation/platforms/avr/atmega/atmega128/boards/amber/index.rst
index f4c64307664..afb0cce12c1 100644
--- a/Documentation/platforms/avr/atmega/atmega128/boards/amber/index.rst
+++ b/Documentation/platforms/avr/atmega/atmega128/boards/amber/index.rst
@@ -214,7 +214,7 @@ Buildroot
 ---------
 
 There is a DIY buildroot version for the AVR boards here:
-http://bitbucket.org/nuttx/buildroot/downloads/. See the following section for
+https://github.com/patacongo/buildroot. See the following section for
 details on building this toolchain.
 
 You may also have to modify the PATH environment variable if your make cannot
diff --git a/Documentation/platforms/hc/m9s12/boards/demo9s12ne64/index.rst 
b/Documentation/platforms/hc/m9s12/boards/demo9s12ne64/index.rst
index fd29b2dbb2e..afcc55e5495 100644
--- a/Documentation/platforms/hc/m9s12/boards/demo9s12ne64/index.rst
+++ b/Documentation/platforms/hc/m9s12/boards/demo9s12ne64/index.rst
@@ -24,7 +24,7 @@ modified to point to the correct path to the HC12 GCC 
toolchain (if different
 from the default in your PATH variable).
 
 If you have no HC12 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin
 environments.
 
diff --git a/Documentation/platforms/hc/m9s12/boards/ne64badge/index.rst 
b/Documentation/platforms/hc/m9s12/boards/ne64badge/index.rst
index 42c218d3677..381976e4ec9 100644
--- a/Documentation/platforms/hc/m9s12/boards/ne64badge/index.rst
+++ b/Documentation/platforms/hc/m9s12/boards/ne64badge/index.rst
@@ -115,7 +115,7 @@ modified to point to the correct path to the HC12 GCC 
toolchain (if different
 from the default in your PATH variable).
 
 If you have no HC12 toolchain, one can be downloaded from the NuttX
-Bitbucket download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+buildroot repository (https://github.com/patacongo/buildroot).
 This GNU toolchain builds and executes in the Linux or Cygwin
 environments.
 
diff --git a/Documentation/platforms/hc/m9s12/index.rst 
b/Documentation/platforms/hc/m9s12/index.rst
index b6355e26186..deaacc8b5d0 100644
--- a/Documentation/platforms/hc/m9s12/index.rst
+++ b/Documentation/platforms/hc/m9s12/index.rst
@@ -14,7 +14,7 @@ included:
 -  The Future Electronics Group NE64 /PoE Badge board.
 
 Both use a GNU arm-nuttx-elf toolchain\* under Linux or Cygwin. The
-NuttX `buildroot <https://bitbucket.org/nuttx/buildroot/downloads/>`__
+NuttX `buildroot <https://github.com/patacongo/buildroot>`__
 provides a properly patched GCC 3.4.4 toolchain that is highly optimized
 for the m9s12x family.
 
diff --git a/Documentation/platforms/misco/lm32/boards/misoc/index.rst 
b/Documentation/platforms/misco/lm32/boards/misoc/index.rst
index f6c4b0db755..8b76a30b8b0 100644
--- a/Documentation/platforms/misco/lm32/boards/misoc/index.rst
+++ b/Documentation/platforms/misco/lm32/boards/misoc/index.rst
@@ -15,8 +15,8 @@ A GNU GCC-based toolchain is assumed. The ``PATH`` 
environment variable should
 be modified to point to the correct path to the LM32 GCC toolchain (if 
different
 from the default in your ``PATH`` variable).
 
-If you have no LM32 toolchain, one can be cloned from the NuttX Bitbucket GIT
-repository (https://bitbucket.org/nuttx/buildroot). This GNU toolchain builds
+If you have no LM32 toolchain, one can be cloned from the NuttX buildroot GIT
+repository (https://github.com/patacongo/buildroot). This GNU toolchain builds
 and executes in the Linux or Cygwin environment.
 
 1. You must have already configured NuttX in ``<some-dir>/nuttx``.
@@ -30,13 +30,13 @@ and executes in the Linux or Cygwin environment.
 
 .. code:: console
 
-   $ git clone [email protected]:nuttx/buildroot.git <some-dir>/buildroot
+   $ git clone [email protected]:patacongo/buildroot.git <some-dir>/buildroot
 
 or
 
 .. code:: console
 
-   $ git clone https://[email protected]/nuttx/buildroot.git 
<some-dir>/buildroot
+   $ git clone https://github.com/patacongo/buildroot.git <some-dir>/buildroot
 
 3. 
 
diff --git a/Documentation/platforms/renesas/m16c/boards/skp16c26/index.rst 
b/Documentation/platforms/renesas/m16c/boards/skp16c26/index.rst
index bb1cbf0c548..40c085e0fac 100644
--- a/Documentation/platforms/renesas/m16c/boards/skp16c26/index.rst
+++ b/Documentation/platforms/renesas/m16c/boards/skp16c26/index.rst
@@ -70,7 +70,7 @@ Building the R8C/M16C/M32C GNU Toolchain Using Buildroot
 
      .. code:: console
 
-        $ git clone https://[email protected]/nuttx/buildroot.git 
buildroot
+        $ git clone https://github.com/patacongo/buildroot.git buildroot
 
      Make the archive directory:
 
diff --git a/Documentation/platforms/renesas/sh1/boards/us7032evb1/index.rst 
b/Documentation/platforms/renesas/sh1/boards/us7032evb1/index.rst
index c2864097736..cd821ded712 100644
--- a/Documentation/platforms/renesas/sh1/boards/us7032evb1/index.rst
+++ b/Documentation/platforms/renesas/sh1/boards/us7032evb1/index.rst
@@ -23,7 +23,7 @@ modified to point to the correct path to the SH toolchain (if 
different from the
 default).
 
 If you have no SH toolchain, one can be downloaded from the NuttX Bitbucket
-download site (https://bitbucket.org/nuttx/buildroot/downloads/).
+repository (https://github.com/patacongo/buildroot).
 
 1. You must have already configured NuttX in <some-dir>nuttx.
 

Reply via email to