summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-24 15:19:04 +0300
committerTom Rini <trini@konsulko.com>2021-02-28 21:57:30 +0300
commita3bbd0b912f9afff745247fe9641961875322926 (patch)
treedf3c14d4869e09938eadffdc23e2e35c06b5f866 /doc/build
parent9935050b443a7beda368e7fedb1f8611653eeedb (diff)
downloadu-boot-a3bbd0b912f9afff745247fe9641961875322926.tar.xz
Correct U-Boot upstream repository
The U-Boot source moves to https://source.denx.de/u-boot/u-boot.git effective 2021-02-28. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/source.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/source.rst b/doc/build/source.rst
index 75720e2027..470f793985 100644
--- a/doc/build/source.rst
+++ b/doc/build/source.rst
@@ -7,7 +7,7 @@ You can download the source via
.. code-block:: bash
- git clone https://gitlab.denx.de/u-boot/u-boot.git
+ git clone https://source.denx.de/u-boot/u-boot.git
A mirror of the source is maintained on Github