diff options
author | Daniel Scally <dan.scally@ideasonboard.com> | 2024-08-22 09:16:06 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-08-25 04:34:59 +0300 |
commit | 8c1b29072e7b7fdb365e85ea654c3b0ed0b69350 (patch) | |
tree | 0a4a17af7f20439f6d5ad35f2fdf31f9327561b9 /Documentation | |
parent | 87fd05c66356ef605bd04d96bdff456334f6d5da (diff) |
Documentation: Fix link to introduction on mainpage.dox
With the removal of guides/introduction.rst the link on the API
reference landing page no longer works. Point it to the documents
introduction page instead.
Fixes: 860a3e30319c ("Documentation: Rework docs.rst into introduction.rst")
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/mainpage.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mainpage.dox b/Documentation/mainpage.dox index d5a57653..d04d932f 100644 --- a/Documentation/mainpage.dox +++ b/Documentation/mainpage.dox @@ -5,7 +5,7 @@ Welcome to the API reference for <a href="https://libcamera.org/">libcamera</a>, a complex camera support library for Linux, Android and ChromeOS. These pages are automatically generated from the libcamera source code and describe the API in detail - if this is your first interaction with libcamera then you may find -it useful to visit the [developer's guide](../html/guides/introduction.html) in +it useful to visit the [documentation](../introduction.html) in the first instance, which can provide a more generic introduction to the library's concepts. |