fix remaining links

This commit is contained in:
queue-miscreant 2025-08-08 04:25:11 -05:00
parent e30024cbd5
commit e693e840ae
2 changed files with 10 additions and 10 deletions

View File

@ -154,7 +154,7 @@ website:
style: "floating"
contents:
- section: "Exploring Finite Fields"
href: ./posts/finite-field/index.qmd
href: ./posts/math/finite-field/index.qmd
contents:
- text: "Part 1: Preliminaries"
href: ./posts/math/finite-field/1/index.qmd

View File

@ -2,14 +2,14 @@
title: "Posts by topic"
listing:
contents:
- /posts/math/polycount/index.*
- /posts/math/pentagons/index.*
- /posts/math/chebyshev/index.*
- /posts/math/stereo/index.*
- /posts/math/permutations/index.*
- /posts/math/type-algebra/index.*
- /posts/math/number-number/index.*
- /posts/math/finite-field/index.*
- /posts/math/misc/*/index.*
- polycount/index.*
- pentagons/index.*
- chebyshev/index.*
- stereo/index.*
- permutations/index.*
- type-algebra/index.*
- number-number/index.*
- finite-field/index.*
- misc/*/index.*
sort: false
---