From 46e3cfa6653830a751d8f31fa9d07d25ea272a59 Mon Sep 17 00:00:00 2001 From: Peter Mitsis Date: Wed, 29 May 2024 11:46:28 -0400 Subject: [PATCH] doc: kernel: Fix pipes configuration option link Updates the pipes documentation to generate a link to CONFIG_PIPES Kconfig option description instead of merely listing the name of this option. Signed-off-by: Peter Mitsis --- doc/kernel/services/data_passing/pipes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kernel/services/data_passing/pipes.rst b/doc/kernel/services/data_passing/pipes.rst index bdeec48f011..c4cb571fc07 100644 --- a/doc/kernel/services/data_passing/pipes.rst +++ b/doc/kernel/services/data_passing/pipes.rst @@ -231,7 +231,7 @@ Configuration Options Related configuration options: -* CONFIG_PIPES +* :kconfig:option:`CONFIG_PIPES` API Reference *************