rust-for-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Rust-next PATCH] rust: doc: Replace a ref tag in doc-guide/kernel-doc.rst
@ 2021-04-14  3:35 Wu XiangCheng
  2021-04-21 16:33 ` Miguel Ojeda
  0 siblings, 1 reply; 2+ messages in thread
From: Wu XiangCheng @ 2021-04-14  3:35 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: Jonathan Corbet, rust-for-linux

replace a ref tag to normal path tag in doc-guide/kernel-doc.rst

Link: https://lore.kernel.org/linux-doc/87lf9lrgp3.fsf@meer.lwn.net/
Signed-off-by: Wu XiangCheng <bobwxc@email.cn>
---
FYI:
  Also, there is no need for a :ref: here; just say
  "Documentation/rust/docs.rst" and the automarkup code will do the right
  thing.  Yes, that should be changed in the original as well.

Thanks

 Documentation/doc-guide/kernel-doc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/doc-guide/kernel-doc.rst b/Documentation/doc-guide/kernel-doc.rst
index c655fdb9c042..724e2ffddff1 100644
--- a/Documentation/doc-guide/kernel-doc.rst
+++ b/Documentation/doc-guide/kernel-doc.rst
@@ -12,7 +12,7 @@ when it is embedded in source files.
    comments. Please stick to the style described here.
 
 .. note:: kernel-doc does not cover Rust code: please see
-   :ref:`Documentation/rust/docs.rst <rust_docs>` instead.
+   Documentation/rust/docs.rst instead.
 
 The kernel-doc structure is extracted from the comments, and proper
 `Sphinx C Domain`_ function and type descriptions with anchors are
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-21 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-14  3:35 [Rust-next PATCH] rust: doc: Replace a ref tag in doc-guide/kernel-doc.rst Wu XiangCheng
2021-04-21 16:33 ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).