diff --git a/guide/layers.md b/guide/layers.md index eef96376..523e465b 100644 --- a/guide/layers.md +++ b/guide/layers.md @@ -4,4 +4,4 @@ Profectus content is organized into units called "Layers". When display content Each layer is ultimately a collection of different features, and a display function. While there are a couple reserved properties for layers, most of its structure is fully up to the creator. -Layers can be dynamically added or removed at any time, which also allows for effectively disabling or enabling content based on arbitrary conditions. Just make sure [getInitialLayers](./projEntry.md#getInitialLayers) can process the player save data object and determine which layers should be currently active. +Layers can be dynamically added or removed at any time, which also allows for effectively disabling or enabling content based on arbitrary conditions. Just make sure [getInitialLayers](./project-entry.md#getinitiallayers) can process the player save data object and determine which layers should be currently active.