[libgda] CI: pages - fix C documentation path



commit a08981d788d6f86daf1089e0712a8df27f8eb5dc
Author: Daniel Espinosa <esodan gmail com>
Date:   Tue Aug 14 17:44:56 2018 -0500

    CI: pages - fix C documentation path

 doc/index.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/index.html.in b/doc/index.html.in
index 732fe0b7b..7c0e31e3d 100644
--- a/doc/index.html.in
+++ b/doc/index.html.in
@@ -5,9 +5,9 @@
     <h2>C API</h2>
     <p>GDA is written in C, checkout its API documentation.
     <h3>GDA library</h3>
-    <p>C API <a href="C/libgda--@GDA_API_VERSION@">Gda documentation</a></p>
+    <p>C API <a href="C/libgda-@GDA_API_VERSION@">Gda documentation</a></p>
     <h3>GDA GTK+ Widgets library</h3>
-    <p>C API <a href="C/libgdaui--@GDA_API_VERSION@">Gdaui documenation</a>, for GTK+ 3.0 widgets.</p>
+    <p>C API <a href="C/libgdaui-@GDA_API_VERSION@">Gdaui documenation</a>, for GTK+ 3.0 widgets.</p>
     <h2>Vala API</h2>
       <p>GDA has GObject Introspection support, so Vala Bindings are automatically generated.</p>
     <h3>GDA library Vala Bindings</h3>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]