]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
doc: seq: fix URL to document for ALSATimer
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 1 Jun 2022 02:35:44 +0000 (11:35 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 1 Jun 2022 02:35:44 +0000 (11:35 +0900)
Fixes: ed3138613655 ("doc: change URL for help pages")
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
doc/seq/alsaseq.toml.in
doc/seq/urlmap.js

index 39e9988f66b15095eec282435b8a206c9e746b27..36af92205797b5e6cc37769ea674e55540a528ce 100644 (file)
@@ -29,7 +29,7 @@ docs_url = "https://docs.gtk.org/gobject/"
 [dependencies."ALSATimer-0.0"]
 name = "ALSATimer"
 description = "GObject Introspection library with timer API in asound.h"
-docs_url = "https://alsa-project.github.io/alsa-gobject-docs/alsatimer/"
+docs_url = "https://alsa-project.github.io/gobject-introspection-docs/alsatimer/"
 
 [source-location]
 base_url = "https://github.com/alsa-project/alsa-gobject/blob/master/"
index ed56532f8d84e55d8e2c9927c98a7b2019dd1141..a158da95ca2dbfe40ec5ee02351261794a618049 100644 (file)
@@ -1,5 +1,5 @@
 baseURLs = [
     [ 'GLib', 'https://docs.gtk.org/glib/' ],
     [ 'GObject', 'https://docs.gtk.org/gobject/' ],
-    [ 'ALSATimer', 'https://alsa-project.github.io/alsa-gobject-docs/alsatimer/' ]
+    [ 'ALSATimer', 'https://alsa-project.github.io/gobject-introspection-docs/alsatimer/' ]
 ]