summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCorentin Noël <corentin@elementary.io>2021-11-14 22:32:36 +0100
committerCorentin Noël <corentin@elementary.io>2021-11-14 22:33:15 +0100
commitc8afe04054522b4db7e0b4d832bdbe424bc0d48f (patch)
treea56387ae50b480edcd7972db8cc2960b097e0517 /docs
parentc487e7bb82591a982e150c968462a9b30393d422 (diff)
downloadgcr-c8afe04054522b4db7e0b4d832bdbe424bc0d48f.tar.gz
docs: Fix cross-documentation links
Link to the Gcr and Gck documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/gcr/gcr-base.toml.in1
-rw-r--r--docs/ui/gcr-ui.toml.in2
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/gcr/gcr-base.toml.in b/docs/gcr/gcr-base.toml.in
index 3c746a0..1b89810 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 4ccf466..6f5f4da 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"