diff options
| author | Tom Rini <[email protected]> | 2026-01-20 16:31:44 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-01-28 21:20:07 +0100 |
| commit | 385005732cffe635789f9a5aa24f1ac8b57686aa (patch) | |
| tree | a84178be46cd0d77b9b03a364f7f5b78c2ef7777 /doc | |
| parent | 05609eebdbf5b29fa179b5701bc7d44832ab9b34 (diff) | |
doc: develop: codingstyle: Update b4 external link
Rather than pointing at the source code for b4, point the the official
documentation. Also, use an anonymous reference for the link, per rST
best practices.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/develop/codingstyle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/codingstyle.rst b/doc/develop/codingstyle.rst index 013bfebf7e4..7304eea0056 100644 --- a/doc/develop/codingstyle.rst +++ b/doc/develop/codingstyle.rst @@ -24,7 +24,7 @@ The following rules apply: <https://peps.python.org/pep-0008/>`_. Use `pylint <https://github.com/pylint-dev/pylint>`_ for checking the code. -* Use the `b4 <https://git.kernel.org/pub/scm/utils/b4/b4.git/>`_ tool to prepare and +* Use the `b4 <https://b4.docs.kernel.org/en/latest/>`__ tool to prepare and send your patches. b4 has become the preferred tool to sending patches for many Linux kernel contributors, and U-Boot ships with a ready-to-use ``.b4-config`` that targets ``[email protected]`` and integrates with ``scripts/get_maintainer.pl`` for |
