From 2cda0ee6b150fc61ed8ad0a7ac002348cdb79b2c Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Wed, 1 Jun 2022 11:35:44 +0900 Subject: [PATCH] doc: seq: fix URL to document for ALSATimer Fixes: ed3138613655 ("doc: change URL for help pages") Signed-off-by: Takashi Sakamoto --- doc/seq/alsaseq.toml.in | 2 +- doc/seq/urlmap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/seq/alsaseq.toml.in b/doc/seq/alsaseq.toml.in index 39e9988..36af922 100644 --- a/doc/seq/alsaseq.toml.in +++ b/doc/seq/alsaseq.toml.in @@ -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/" diff --git a/doc/seq/urlmap.js b/doc/seq/urlmap.js index ed56532..a158da9 100644 --- a/doc/seq/urlmap.js +++ b/doc/seq/urlmap.js @@ -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/' ] ] -- 2.47.3