fixed incorrect codeberg links in readme

This commit is contained in:
Daniel Fichtinger 2025-07-17 21:58:21 -04:00
parent ac8c88e2af
commit 4f8979ae9b

View file

@ -231,11 +231,11 @@ modified if they point to a real file that's not included in the ignore list.
Zona uses [Pygments] to provide syntax highlighting for fenced code blocks. The
following Pygments plugins are included:
- [pygments-kakoune](https://codeberg.com/ficd/pygments-kakoune)
- [pygments-kakoune](https://codeberg.org/ficd/pygments-kakoune)
- A lexer providing for highlighting Kakoune code. Available under the `kak`
and `kakrc` aliases.
- [pygments-ashen](https://codeberg.com/ficd/ashen/tree/main/item/pygments/README.md)
- An implementation of the [Ashen](https://codeberg.com/ficd/ashen) theme for
- [pygments-ashen](https://codeberg.org/ficd/ashen/tree/main/item/pygments/README.md)
- An implementation of the [Ashen](https://codeberg.org/ficd/ashen) theme for
Pygments.
If you want to use any external Pygments styles or lexers, they must be
@ -442,7 +442,7 @@ output. If you set `draft: true` in a page's frontmatter, it will be marked as a
draft. Drafts are completely excluded from `zona build` and `zona serve` unless
the `--draft` flag is specified.
[Ashen]: https://codeberg.com/ficd/ashen
[Ashen]: https://codeberg.org/ficd/ashen
[Pygments]: https://pygments.org/
## Known Problems