fixed incorrect codeberg links in readme
Some checks failed
/ test-build (push) Failing after 29s

This commit is contained in:
Daniel Fichtinger 2025-07-17 21:58:21 -04:00
parent 01278e4299
commit 6dcba34120

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 Zona uses [Pygments] to provide syntax highlighting for fenced code blocks. The
following Pygments plugins are included: 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` - A lexer providing for highlighting Kakoune code. Available under the `kak`
and `kakrc` aliases. and `kakrc` aliases.
- [pygments-ashen](https://codeberg.com/ficd/ashen/tree/main/item/pygments/README.md) - [pygments-ashen](https://codeberg.org/ficd/ashen/tree/main/item/pygments/README.md)
- An implementation of the [Ashen](https://codeberg.com/ficd/ashen) theme for - An implementation of the [Ashen](https://codeberg.org/ficd/ashen) theme for
Pygments. Pygments.
If you want to use any external Pygments styles or lexers, they must be 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 draft. Drafts are completely excluded from `zona build` and `zona serve` unless
the `--draft` flag is specified. the `--draft` flag is specified.
[Ashen]: https://codeberg.com/ficd/ashen [Ashen]: https://codeberg.org/ficd/ashen
[Pygments]: https://pygments.org/ [Pygments]: https://pygments.org/
## Known Problems ## Known Problems