[0/2] Hyperlink fixes for BPF QA documentation

Message ID 20230228074523.11493-1-bagasdotme@gmail.com
Headers
Series Hyperlink fixes for BPF QA documentation |

Message

Bagas Sanjaya Feb. 28, 2023, 7:45 a.m. UTC
  When the broken link fix for Documentation/bpf/bpf_devel_QA.rst was
applied, Daniel Borkmann asked me to also fix some other links in the
documentation [1]. So here is the series.

The fixes in the shortlog below should be self-explanatory.

[1]: https://lore.kernel.org/linux-doc/7cd545a2-4a5c-1961-1cf7-cd0f24e41df8@iogearbox.net/

Bagas Sanjaya (2):
  Documentation: bpf: Do not link to docs.kernel.org for kselftest link
  Documentation: bpf: Link to submitting-patches.rst for general patch
    submission info

 Documentation/bpf/bpf_devel_QA.rst | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)


base-commit: 2d311f480b52eeb2e1fd432d64b78d82952c3808
  

Comments

Daniel Borkmann March 6, 2023, 10:33 p.m. UTC | #1
On 2/28/23 8:45 AM, Bagas Sanjaya wrote:
> When the broken link fix for Documentation/bpf/bpf_devel_QA.rst was
> applied, Daniel Borkmann asked me to also fix some other links in the
> documentation [1]. So here is the series.
> 
> The fixes in the shortlog below should be self-explanatory.
> 
> [1]: https://lore.kernel.org/linux-doc/7cd545a2-4a5c-1961-1cf7-cd0f24e41df8@iogearbox.net/
> 
> Bagas Sanjaya (2):
>    Documentation: bpf: Do not link to docs.kernel.org for kselftest link
>    Documentation: bpf: Link to submitting-patches.rst for general patch
>      submission info

The series got applied to bpf, thanks!