diff --git a/docs/contributing-to-keyshade/design-of-our-code/organization-of-code.md b/docs/contributing-to-keyshade/design-of-our-code/organization-of-code.md index 8b1f0837..46182543 100644 --- a/docs/contributing-to-keyshade/design-of-our-code/organization-of-code.md +++ b/docs/contributing-to-keyshade/design-of-our-code/organization-of-code.md @@ -11,7 +11,7 @@ In this section, we will discuss how our codebase is organized. We have tried to The `apps` directory contains all the applications that are part of the project. Each application is a separate package and has its own `package.json` file. The applications are: - [**`api`**](../../../apps/api/): The main API server that serves the REST API. -- [**`api`**](../../../apps/web/): The web application that serves the homepage. +- [**`web`**](../../../apps/web/): The web application that serves the homepage. - [**`platform`**](../../../apps/workspace/): The platform application hosts the UI that allows users to do the actual work. ## Packages under `packages` directory