summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-02-24 13:19:04 +0100
committerTom Rini <trini@konsulko.com>2021-02-28 13:57:30 -0500
commita3bbd0b912f9afff745247fe9641961875322926 (patch)
treedf3c14d4869e09938eadffdc23e2e35c06b5f866 /doc
parent9935050b443a7beda368e7fedb1f8611653eeedb (diff)
downloadu-boot-a3bbd0b912f9afff745247fe9641961875322926.tar.gz
u-boot-a3bbd0b912f9afff745247fe9641961875322926.tar.xz
u-boot-a3bbd0b912f9afff745247fe9641961875322926.zip
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')
-rw-r--r--doc/board/intel/slimbootloader.rst2
-rw-r--r--doc/build/source.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/intel/slimbootloader.rst b/doc/board/intel/slimbootloader.rst
index a8c41b1aa7..18f1cc0569 100644
--- a/doc/board/intel/slimbootloader.rst
+++ b/doc/board/intel/slimbootloader.rst
@@ -170,7 +170,7 @@ Build Instruction to use ELF U-Boot
$ python BuildLoader.py build <qemu or apl> -p "OsLoader.efi:LLDR:Lz4;u-boot:U-BT:Lzma"
-.. _U-Boot: https://gitlab.denx.de/
+.. _U-Boot: https://source.denx.de/
.. _`Slim Bootloader`: https://github.com/slimbootloader/
.. _`Intel FSP`: https://github.com/IntelFsp/
.. _`Getting Started`: https://slimbootloader.github.io/getting-started/
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