summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/gen_compile_commands.rst2
-rw-r--r--doc/build/source.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/gen_compile_commands.rst b/doc/build/gen_compile_commands.rst
index 5eb9e4ccb0a..e67263eb82f 100644
--- a/doc/build/gen_compile_commands.rst
+++ b/doc/build/gen_compile_commands.rst
@@ -61,7 +61,7 @@ manage build configurations and code analysis. Some of these IDEs include:
3. **Qt Creator**: Qt Creator, a popular IDE for Qt development, also
supports compile_commands.json for C/C++ projects. Instructions on how to
use this feature can be found at
- https://doc.qt.io/qtcreator/creator-clang-codemodel.html#using-compilation-databases.
+ https://doc.qt.io/qtcreator/creator-how-to-use-compilation-databases.html
4. **Eclipse CDT**: Eclipse's C/C++ Development Tools (CDT) can be
configured to use JSON compilation databases for better project management.
diff --git a/doc/build/source.rst b/doc/build/source.rst
index d21ee055f33..8407945a13f 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://source.denx.de/u-boot/u-boot.git
+ git clone https://git.u-boot-project.org/u-boot/u-boot.git
A mirror of the source is maintained on Github