diff --git a/src/guides/feature-order-cycle.md b/src/guides/feature-order-cycle.md index e0c97a02..564c1862 100644 --- a/src/guides/feature-order-cycle.md +++ b/src/guides/feature-order-cycle.md @@ -15,7 +15,7 @@ tags: Are you getting this frustrating error? Let's look at why it happens and how to prevent it. ## Why does it happen? -Feature order cycles happen when two biomes reference the same [placed feature](/guides/placed-feature/) in the same step, but in a different order. +Feature order cycles happen when two biomes reference the same [placed feature](/guides/placed-features/) in the same step, but in a different order. Let's try with an example. We have two biomes here: **`data/example/worldgen/biome/forest.json`** diff --git a/src/guides/placed-feature.md b/src/guides/placed-features.md similarity index 100% rename from src/guides/placed-feature.md rename to src/guides/placed-features.md