lkml.org 
[lkml]   [2023]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/2] docs: rust: update Rust docs output path
    Date
    The Rust code documentation output path moved from `rust/doc` to
    `Documentation/output/rust/rustdoc`, thus update the old reference.

    Fixes: 48fadf440075 ("docs: Move rustdoc output, cross-reference it")
    Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
    ---
    Documentation/rust/general-information.rst | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/rust/general-information.rst b/Documentation/rust/general-information.rst
    index 49029ee82e55..081397827a7e 100644
    --- a/Documentation/rust/general-information.rst
    +++ b/Documentation/rust/general-information.rst
    @@ -29,7 +29,7 @@ target with the same invocation used for compilation, e.g.::

    To read the docs locally in your web browser, run e.g.::

    - xdg-open rust/doc/kernel/index.html
    + xdg-open Documentation/output/rust/rustdoc/kernel/index.html

    To learn about how to write the documentation, please see coding-guidelines.rst.

    base-commit: 8a749fd1a8720d4619c91c8b6e7528c0a355c0aa
    --
    2.42.0

    \
     
     \ /
      Last update: 2023-10-18 18:02    [W:2.253 / U:0.084 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site