From e49b7b00df0720f27262f32e8ee64dd9acdd0d16 Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Wed, 20 May 2026 09:39:02 +0200 Subject: [PATCH] Fix broken link to `site/about.html` The link to the about page is broken and points at `/about` at root, but it lives at `/site/about.html`. Fix it by adding a relative link pointing to the `.qmd` file (which quarto converts automatically to a `.html` link extension at render time. I've verified that this fixes the issue locally. --- site/guidelines-reviewers.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/guidelines-reviewers.qmd b/site/guidelines-reviewers.qmd index b648918..9e6b0a7 100644 --- a/site/guidelines-reviewers.qmd +++ b/site/guidelines-reviewers.qmd @@ -44,7 +44,7 @@ In order to help you in performing your review we provide a list of the main que 1. **Is the paper within the scope of Computo?** - See [Aims and Scope](/about) of Computo. + See [Aims and Scope](./about.qmd) of Computo. 2. **Is the paper clearly written?**