From ccc92ec3dac4bdf5bf9847e10e781c446f250842 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 24 Sep 2020 19:01:39 +0200 Subject: 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):

This is a documentation preview for the next version of Tracker, generated from tracker.git commit {tracker_commit[:7]}.

-

See the Tracker website for more documentation.

+

See the Tracker website for more documentation.

""" -- cgit v1.2.1