summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-25 01:05:04 +0300
committerTom Rini <trini@konsulko.com>2021-02-28 21:57:30 +0300
commit85ae52b9593894fa31d80d83d76bdb3b6432c4be (patch)
tree95825c70c06a46fdfc2cf3b48796ebceeb55c2fa /doc/develop
parenta3bbd0b912f9afff745247fe9641961875322926 (diff)
downloadu-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.xz
uboot-test-hooks: Switch to our GitLab instance
As Stephen is no longer actively maintaining the uboot-test-hooks repository, switch to using the instance on our GitLab. Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/py_testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/py_testing.rst b/doc/develop/py_testing.rst
index f71e837aa9..7f01858cfd 100644
--- a/doc/develop/py_testing.rst
+++ b/doc/develop/py_testing.rst
@@ -301,7 +301,7 @@ saving wear on the flash chip(s).
Examples
''''''''
-https://github.com/swarren/uboot-test-hooks contains some working example hook
+https://source.denx.de/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.