diff options
| author | Jonathan Corbet <corbet@lwn.net> | 2026-02-24 00:29:30 +0300 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-02-24 00:29:30 +0300 |
| commit | c99fcb58501e1fbbfa5c9ee6f272db0623553f69 (patch) | |
| tree | cd971e6b1810c6b9bc7f7c2f3a3fb7f6c8e99e49 | |
| parent | 8dd9b4378b8a6b63efb1528b174d12fd93f6ca8a (diff) | |
| download | linux-c99fcb58501e1fbbfa5c9ee6f272db0623553f69.tar.xz | |
docs: Fix an erroneous reference to sphinx.rst
Just give the name of the file and let the automarkup stuff do its thing.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
| -rw-r--r-- | Documentation/process/changes.rst | 2 | ||||
| -rw-r--r-- | Documentation/translations/pt_BR/process/howto.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/changes.rst b/Documentation/process/changes.rst index 6b373e193548..f9f6f5c47882 100644 --- a/Documentation/process/changes.rst +++ b/Documentation/process/changes.rst @@ -391,7 +391,7 @@ Kernel documentation Sphinx ------ -Please see :ref:`sphinx_install` in :ref:`Documentation/doc-guide/sphinx.rst <sphinxdoc>` +Please see :ref:`sphinx_install` in Documentation/doc-guide/sphinx.rst for details about Sphinx requirements. rustdoc diff --git a/Documentation/translations/pt_BR/process/howto.rst b/Documentation/translations/pt_BR/process/howto.rst index 35bf633f21d6..56703010233c 100644 --- a/Documentation/translations/pt_BR/process/howto.rst +++ b/Documentation/translations/pt_BR/process/howto.rst @@ -1,6 +1,6 @@ .. SPDX-License-Identifier: GPL-2.0 -.. pt_process_howto: +.. _pt_process_howto: COMO FAZER o desenvolvimento do kernel Linux ============================================ |
