Skip to content

Commit

Permalink
Link to the database
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva authored Jul 13, 2024
1 parent f56eef0 commit 933b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docs/analytics.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ <h2>Referrers</h2>
const lastUpdated = formatTimestamp(data._database.last_updated);
const footer = document.getElementById('footer');
footer.innerHTML = `
<p>Data collected from public GitHub traffic data, retained beyond the standard 14-day window.</p>
<p>Data collected from public GitHub traffic data, retained beyond the standard 14-day window through a public <a href="https://raw.githubusercontent.com/hydephp/cli/traffic/database.json">database</a></p>
<p>Last database sync: ${lastUpdated} - <a href="https://github.com/hydephp/cli">View on GitHub</a></p>
`;
}
Expand Down

0 comments on commit 933b47d

Please sign in to comment.