]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
doc: change URL for help pages
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 26 May 2022 11:01:50 +0000 (20:01 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Thu, 26 May 2022 11:08:38 +0000 (20:08 +0900)
After discussion about help pages for software under gobject-introspection
team of alsa-project organization in github.com, new repository is used
for the new URL to aggregate them.

This commit changes URL for the help pages and adds minor integration.

Reference: https://lore.kernel.org/alsa-devel/YmagC3V3t0k84k9A@workstation/
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
doc/ctl/alsactl.toml.in
doc/hwdep/alsahwdep.toml.in
doc/rawmidi/alsarawmidi.toml.in
doc/seq/alsaseq.toml.in
doc/timer/alsatimer.toml.in

index e33c66fc5054c786b478cc21c6b7ac9190cf52b5..3ae9e41caf7aef8d43204e7632f6ae23702dbc87 100644 (file)
@@ -3,9 +3,12 @@ version = "@VERSION@"
 description = "alsactl"
 authors = "Takashi Sakamoto"
 license = "LGPL-3.0-or-later"
-website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsactl/"
+website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsactl/"
+doc_url = "https://alsa-project.github.io/gobject-introspection-docs/alsactl/"
 browse_url = "https://github.com/alsa-project/alsa-gobject"
 repository_url = "https://github.com/alsa-project/alsa-gobject.git"
+devhelp=true
+search_index=true
 
 dependencies = [
   "GLib-2.0",
index 239e74a85856a512307ccd996fa674c27afffb3a..a63ce78547013f0a7d8e77eb27da90a83cdb193d 100644 (file)
@@ -3,9 +3,12 @@ version = "@VERSION@"
 description = "alsahwdep"
 authors = "Takashi Sakamoto"
 license = "LGPL-3.0-or-later"
-website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsahwdep/"
+website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsahwdep/"
+docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsahwdep/"
 browse_url = "https://github.com/alsa-project/alsa-gobject"
 repository_url = "https://github.com/alsa-project/alsa-gobject.git"
+devhelp=true
+search_index=true
 
 dependencies = [
   "GLib-2.0",
index 7ca263c1243ff3f947cfcc0461a3cb72c028ed00..2ede6d46f8fd858c39b3f7c3d212a29dab39f3e9 100644 (file)
@@ -3,9 +3,12 @@ version = "@VERSION@"
 description = "alsarawmidi"
 authors = "Takashi Sakamoto"
 license = "LGPL-3.0-or-later"
-website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsarawmidi/"
+website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsarawmidi/"
+docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsarawmidi/"
 browse_url = "https://github.com/alsa-project/alsa-gobject"
 repository_url = "https://github.com/alsa-project/alsa-gobject.git"
+devhelp=true
+search_index=true
 
 dependencies = [
   "GLib-2.0",
index 26f5099a49a621384e024131745b357f62fd44e2..39e9988f66b15095eec282435b8a206c9e746b27 100644 (file)
@@ -3,9 +3,12 @@ version = "@VERSION@"
 description = "alsaseq"
 authors = "Takashi Sakamoto"
 license = "LGPL-3.0-or-later"
-website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsaseq/"
+website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsaseq/"
+docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsaseq/"
 browse_url = "https://github.com/alsa-project/alsa-gobject"
 repository_url = "https://github.com/alsa-project/alsa-gobject.git"
+devhelp=true
+search_index=true
 
 dependencies = [
   "GLib-2.0",
index 5ac6b3a9200c059b8f957e383db3ecb8e00b8264..9314d7d7452fa40776b7bf9cb104b8c5f9fecdba 100644 (file)
@@ -3,9 +3,12 @@ version = "@VERSION@"
 description = "alsatimer"
 authors = "Takashi Sakamoto"
 license = "LGPL-3.0-or-later"
-website_url = "https://alsa-project.github.io/alsa-gobject-docs/alsatimer/"
+website_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/"
+docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/"
 browse_url = "https://github.com/alsa-project/alsa-gobject"
 repository_url = "https://github.com/alsa-project/alsa-gobject.git"
+devhelp=true
+search_index=true
 
 dependencies = [
   "GLib-2.0",