From 933b47d401b911aea6f1f4b4c1bf3c32573886aa Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 13 Jul 2024 15:32:05 +0200 Subject: [PATCH] Link to the database --- .github/docs/analytics.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docs/analytics.html b/.github/docs/analytics.html index 67cf4bf3..169b4c0e 100644 --- a/.github/docs/analytics.html +++ b/.github/docs/analytics.html @@ -291,7 +291,7 @@

Referrers

const lastUpdated = formatTimestamp(data._database.last_updated); const footer = document.getElementById('footer'); footer.innerHTML = ` -

Data collected from public GitHub traffic data, retained beyond the standard 14-day window.

+

Data collected from public GitHub traffic data, retained beyond the standard 14-day window through a public database

Last database sync: ${lastUpdated} - View on GitHub

`; }