Skip to content

Fix Zola 0.15 error due to broken anchor

Erwan Rouchet requested to merge zola-0.15-error into master
Checking all internal links with anchors.
> Checked 13 internal link(s) with anchors: 1 target(s) missing.
Failed to build the site
Error: The anchor in the link `@/howto/large_upload/index.md#using-cyberduck` in /home/lucidiot/dev/ark/doc/content/howto/large_upload/index.md does not exist.

I use Zola 0.15.1 locally, but Zola 0.14.1 runs in CI, so this error was not caught.

This updates the anchor to fix the broken link; I'll talk with a maintainer about getting 0.15.1 packaged for Alpine 3.15.

Edited by Erwan Rouchet

Merge request reports

Loading