summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-09-24 19:01:39 +0200
committerSam Thursfield <sam@afuera.me.uk>2020-09-24 19:01:39 +0200
commitccc92ec3dac4bdf5bf9847e10e781c446f250842 (patch)
tree648ea254b6e3564792d571cb50991e0630beaeb6
parent480e96d463a462a4b0a290704638e32944d0ba4f (diff)
downloadtracker-sam/website-link-fix.tar.gz
website: Fix broken link in preview API docssam/website-link-fix
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.
-rwxr-xr-xdocs/website/build.py2
1 files changed, 1 insertions, 1 deletions
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>"""