diff --git a/README.md b/README.md index 88e0316..608907f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Try it in Glyph: command palette → **Manage Plugins…** → **Install from fo ## The API -Everything lives in the **[plugin docs](https://glyph-md.github.io/plugins/)**: [Getting Started](https://glyph-md.github.io/plugins/getting-started), [Recipes](https://glyph-md.github.io/plugins/recipes), and the full [API Reference](https://glyph-md.github.io/plugins/api-reference), including the sandbox model (plugins run in an isolated worker by default; `"sandbox": false` needs a user-approved full-access grant). `src/main.ts` is a working sample of the surface, typed via [`types/glyph.d.ts`](types/glyph.d.ts). +Everything lives in the **[plugin docs](https://glyph-md.github.io/plugins/)**: [Getting Started](https://glyph-md.github.io/plugins/getting-started.html), [Recipes](https://glyph-md.github.io/plugins/recipes.html), and the full [API Reference](https://glyph-md.github.io/plugins/api-reference.html), including the sandbox model (plugins run in an isolated worker by default; `"sandbox": false` needs a user-approved full-access grant). `src/main.ts` is a working sample of the surface, typed via [`types/glyph.d.ts`](types/glyph.d.ts). Don't bundle React or Glyph internals; the host provides what you need through `ctx`.