diff --git a/docs/api/Fmath.md b/docs/APIs/Fmath.md similarity index 100% rename from docs/api/Fmath.md rename to docs/APIs/Fmath.md diff --git a/docs/api/PewPew.md b/docs/APIs/PewPew.md similarity index 100% rename from docs/api/PewPew.md rename to docs/APIs/PewPew.md diff --git a/docs/api/standard-libraries.md b/docs/APIs/standard-libraries.md similarity index 100% rename from docs/api/standard-libraries.md rename to docs/APIs/standard-libraries.md diff --git a/docs/api/types.mdx b/docs/APIs/types.mdx similarity index 100% rename from docs/api/types.mdx rename to docs/APIs/types.mdx diff --git a/docs/intro.md b/docs/intro.md index 7fc8620..fb6cb98 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -18,7 +18,7 @@ A level is a directory that contains a [manifest](File%20Information/manifest-fi - Files that describe [graphics](File%20Information/mesh-files). - Files that describe [sounds](File%20Information/sound-files). -- Files that describe the behavior of the level. They make use of the [pewpew](API/PewPew) and [fmath](API/Fmath) libraries, which require an understanding of the [types](API/types) used. +- Files that describe the behavior of the level. They make use of the [pewpew](APIs/PewPew) and [fmath](APIs/Fmath) libraries, which require an understanding of the [types](APIs/types) used. ## Uploading your level