diff --git a/README.md b/README.md index f9656de..912c147 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ Graphgame is a game engine for Desmos. It has an object system based on Unity, where objects have behaviors that control what they do. It makes it easy to write and apply behaviors to objects and interact with other objects. Below is a quick overview of Graphgame's foundation. ## Foundation -The [foundation document](doc/FOUNDATION.md) explains certain concepts that Graphgame uses (such as objects and behaviors) in detail. +The [foundation document](docs/FOUNDATION.md) explains certain concepts that Graphgame uses (such as objects and behaviors) in detail. ## API -The API reference is available [here](doc/API.md). +The API reference is available [here](docs/API.md). ## Usage diff --git a/doc/API.md b/docs/API.md similarity index 100% rename from doc/API.md rename to docs/API.md diff --git a/doc/COMPONENTS.md b/docs/COMPONENTS.md similarity index 100% rename from doc/COMPONENTS.md rename to docs/COMPONENTS.md diff --git a/doc/DISPLAY.md b/docs/DISPLAY.md similarity index 100% rename from doc/DISPLAY.md rename to docs/DISPLAY.md diff --git a/doc/FOUNDATION.md b/docs/FOUNDATION.md similarity index 100% rename from doc/FOUNDATION.md rename to docs/FOUNDATION.md diff --git a/doc/PRIORITIES.md b/docs/PRIORITIES.md similarity index 100% rename from doc/PRIORITIES.md rename to docs/PRIORITIES.md diff --git a/doc/TEMPLATES.md b/docs/TEMPLATES.md similarity index 100% rename from doc/TEMPLATES.md rename to docs/TEMPLATES.md