Fix broken README links

This commit is contained in:
Chris Swithinbank
2026-04-01 18:20:55 +02:00
committed by GitHub
parent 27c2c48937
commit e957663308

View File

@@ -70,7 +70,7 @@ A visual portfolio for showcasing creative work.
## Why EmDash?
**WordPress was built for a different era.** Running WordPress today means managing PHP alongside JavaScript, layering caches to get acceptable performance, and knowing that [96% of WordPress security vulnerabilities come from plugins](https://patchstack.com/whitepaper/the-state-of-wordpress-security-in-2024/). EmDash is what WordPress would look like if you started from scratch with today's tools.
**WordPress was built for a different era.** Running WordPress today means managing PHP alongside JavaScript, layering caches to get acceptable performance, and knowing that [96% of WordPress security vulnerabilities come from plugins](https://patchstack.com/whitepaper/state-of-wordpress-security-in-2024/). EmDash is what WordPress would look like if you started from scratch with today's tools.
**Sandboxed plugins.** WordPress plugins have full access to the database, filesystem, and user data. A single vulnerable plugin can compromise the entire site. EmDash plugins run in isolated [Worker sandboxes](https://developers.cloudflare.com/workers/runtime-apis/bindings/worker-loader/) via Dynamic Worker Loaders, each with a declared capability manifest. A plugin that requests `read:content` and `email:send` can do exactly that and nothing else.
@@ -159,7 +159,7 @@ EmDash is in **beta preview**. We welcome contributions, feedback, plugins, them
npm create emdash@latest
```
See the [documentation[(https://github.com/emdash-cms/emdash/tree/main/docs)] for guides, API reference, and plugin development.
See the [documentation](https://github.com/emdash-cms/emdash/tree/main/docs) for guides, API reference, and plugin development.
## Development