summaryrefslogtreecommitdiff
path: root/doc/develop/pytest
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-07-15 11:21:41 -0600
committerTom Rini <[email protected]>2026-07-20 11:13:21 -0600
commit042e45e026c77227319a426940577856ffe62e7b (patch)
tree29474dc36c5eaaacb82f6d461730f858e2ed99b8 /doc/develop/pytest
parenta312adbcf567983b7fb0634676ef20e02e8037e1 (diff)
global: Switch from source.denx.de to git.u-boot-project.org
As part of moving our git forge to a new location, update all references in tree to point to git.u-boot-project.org now. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/develop/pytest')
-rw-r--r--doc/develop/pytest/usage.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/pytest/usage.rst b/doc/develop/pytest/usage.rst
index 6002244d608..a9b8b8bd610 100644
--- a/doc/develop/pytest/usage.rst
+++ b/doc/develop/pytest/usage.rst
@@ -411,7 +411,7 @@ The board can be switched off now.
Examples
''''''''
-https://source.denx.de/u-boot/u-boot-test-hooks contains some working example hook
+https://git.u-boot-project.org/u-boot/u-boot-test-hooks contains some working example hook
scripts, and may be useful as a reference when implementing hook scripts for
your platform. These scripts are not considered part of U-Boot itself.