From 8be76a22dbdcdd20f1cb18b82b0de0ccb6d48ca5 Mon Sep 17 00:00:00 2001
From: Sergey Bronnikov <sergeyb@tarantool.org>
Date: Wed, 10 Aug 2022 17:04:56 +0300
Subject: [PATCH] ci: fix a link to Module API documentation

Fixup of f06417 ("doc: publish autogenerated module api documentation").

https://tarantool.github.io/tarantool/api/html/module_8h.html

NO_CHANGELOG=ci
NO_DOC=ci
NO_TEST=ci
---
 doc/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/index.html b/doc/index.html
index 3e0ddd8ee5..c8da0d39ea 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -7,6 +7,6 @@
     <title>Tarantool Documentation</title>
   </head>
   <body>
-    <a href="/api/html/module_8h.html">Module API documentation</a>
+    <a href="/tarantool/api/html/module_8h.html">Module API documentation</a>
   </body>
 </html>
-- 
GitLab