diff --git a/docs/developer-docs/smart-contracts/write/overview.mdx b/docs/developer-docs/smart-contracts/write/overview.mdx index 7d176e407a..fdc353021e 100644 --- a/docs/developer-docs/smart-contracts/write/overview.mdx +++ b/docs/developer-docs/smart-contracts/write/overview.mdx @@ -290,7 +290,6 @@ The default project structure that [`dfx new`](/docs/current/developer-docs/deve ### Single canister architecture - A single canister can host the entire application stack, including its web assets, core logic, and data. To write a single canister that hosts frontend assets and backend core logic, you will need to use a library for the asset storage API, such as the `ic-certified-assets` library for Rust canisters. A few examples of single canister projects include: - [HTTPS greet example](https://github.com/krpeacock/server/tree/main/examples/http_greet).