From d8279936681120b76d8984195d2aa466b8669bdf Mon Sep 17 00:00:00 2001 From: Bruno Perez Date: Mon, 1 Jun 2026 09:02:57 +0200 Subject: [PATCH] fix: point footer "contribute on GitHub" link to CONTRIBUTING.md The link labelled "contribute on GitHub" in the footer used to drop visitors into the models/ directory listing, which is the data, not the contribution guide. Send them to CONTRIBUTING.md instead so the label matches the destination. --- src/views/partials/footer.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/partials/footer.ejs b/src/views/partials/footer.ejs index ccee682..6abffca 100644 --- a/src/views/partials/footer.ejs +++ b/src/views/partials/footer.ejs @@ -15,7 +15,7 @@

An open catalog of LLM parameters. MIT licensed. Data: contribute on GitHub