Skip to content

Commit e49b7b0

Browse files
committed
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.
1 parent 6109791 commit e49b7b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/guidelines-reviewers.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In order to help you in performing your review we provide a list of the main que
4444

4545
1. **Is the paper within the scope of Computo?**
4646

47-
See [Aims and Scope](/about) of Computo.
47+
See [Aims and Scope](./about.qmd) of Computo.
4848

4949
2. **Is the paper clearly written?**
5050

0 commit comments

Comments
 (0)