[tracker/sam/website-link-fix] website: Fix broken link in preview API docs




commit ccc92ec3dac4bdf5bf9847e10e781c446f250842
Author: Sam Thursfield <sam afuera me uk>
Date:   Thu Sep 24 19:01:39 2020 +0200

    website: Fix broken link in preview API docs
    
    This fixes a broken link that was in the header of each page of the
    preview API documentation, pointing to
    https://gnome.pages.gitlab.gnome.org/tracker/docs/ which gives a 404.

 docs/website/build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/website/build.py b/docs/website/build.py
index 3082ed689..599021377 100755
--- a/docs/website/build.py
+++ b/docs/website/build.py
@@ -62,7 +62,7 @@ def apidocs_header(tracker_commit):
     <div class="warning">
         <p>This is a documentation preview for the next version of Tracker,
            generated from <a 
href="https://gitlab.gnome.org/GNOME/tracker/commit/{tracker_commit}/";>tracker.git commit 
{tracker_commit[:7]}</a>.</p>
-        <p>See the <a href="../..">Tracker website</a> for more documentation.</p>
+        <p>See the <a href="https://gnome.pages.gitlab.gnome.org/tracker/docs/developer/";>Tracker 
website</a> for more documentation.</p>
     </div>"""
 
 


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