From 6933bb39592a78ded34ec6c0da853470393b97cf Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 19 Apr 2022 18:41:08 +0900 Subject: [PATCH] fix installation path for documents in README Fixes: 7a2e93e6f4a1 ("ctl: migrate to gi-docgen from gtk-doc") Signed-off-by: Takashi Sakamoto --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b771580..d346b12 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ The alsa-gobject project ======================== -2022/03/16 +2022/04/03 Takashi Sakamoto Introduction @@ -98,7 +98,7 @@ Generate documentation :: $ meson --prefix=xxx -D doc=true . build $ cd build $ meson install - $ xdg-open xxx/share/doc/html/index.html + $ xdg-open xxx/share/doc/alsa-gobject/index.html Design note =========== -- 2.47.3