[gcr/gnome-41] docs: Fix cross-documentation links



commit 4591ad0555e322141385a7f7a4d597f8d143d02b
Author: Corentin Noël <corentin elementary io>
Date:   Sun Nov 14 22:32:36 2021 +0100

    docs: Fix cross-documentation links
    
    Link to the Gcr and Gck documentation

 docs/gcr/gcr-base.toml.in | 1 +
 docs/ui/gcr-ui.toml.in    | 2 ++
 2 files changed, 3 insertions(+)
---
diff --git a/docs/gcr/gcr-base.toml.in b/docs/gcr/gcr-base.toml.in
index 3c746a06..1b89810f 100644
--- a/docs/gcr/gcr-base.toml.in
+++ b/docs/gcr/gcr-base.toml.in
@@ -23,6 +23,7 @@ search_index = true
   [dependencies."Gck-@GCK_VERSION@"]
   name = "Gck"
   description = "GObject bindings for PKCS#11"
+  docs_url = "https://gnome.pages.gitlab.gnome.org/gcr/gck-@GCK_VERSION@";
 
 [theme]
 name = "basic"
diff --git a/docs/ui/gcr-ui.toml.in b/docs/ui/gcr-ui.toml.in
index 4ccf4669..6f5f4dab 100644
--- a/docs/ui/gcr-ui.toml.in
+++ b/docs/ui/gcr-ui.toml.in
@@ -28,10 +28,12 @@ search_index = true
   [dependencies."Gck-@GCK_VERSION@"]
   name = "Gck"
   description = "GObject bindings for PKCS#11"
+  docs_url = "https://gnome.pages.gitlab.gnome.org/gcr/gck-@GCK_VERSION@";
 
   [dependencies."Gcr-@GCR_VERSION@"]
   name = "Gcr"
   description = "GObject library for high level crypto parsing"
+  docs_url = "https://gnome.pages.gitlab.gnome.org/gcr/gcr-@GCR_VERSION@";
 
 [theme]
 name = "basic"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]