aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-24 17:05:04 -0500
committerTom Rini <trini@konsulko.com>2021-02-28 13:57:30 -0500
commit85ae52b9593894fa31d80d83d76bdb3b6432c4be (patch)
tree95825c70c06a46fdfc2cf3b48796ebceeb55c2fa /doc
parenta3bbd0b912f9afff745247fe9641961875322926 (diff)
downloadu-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.zip
u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.gz
u-boot-85ae52b9593894fa31d80d83d76bdb3b6432c4be.tar.bz2
uboot-test-hooks: Switch to our GitLab instanceWIP/28Feb2021
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')
-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 f71e837..7f01858 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.