fix: links

This commit is contained in:
cha0s 2024-01-26 08:17:31 -06:00
parent 74ce023b63
commit f2d07c011a
3 changed files with 4 additions and 5 deletions

View File

@ -119,7 +119,7 @@ The options are passed along to the `build` command.
## Your commands
You can implement your own command by implementing
[`@flecks/build.commands`](/docs/flecks/@flecks/dox/hooks#flecksbuildcommands) in your fleck. Let's
[`@flecks/build.commands`](./flecks/hooks#flecksbuildcommands) in your fleck. Let's
run through the process.
### Implement <code>@flecks/build&#8203;.commands</code>

View File

@ -16,9 +16,8 @@ file will look like this:
'@flecks/server': {}
```
Each fleck may have configuration that can be set through `build/flecks.yml`.
For a deep dive of configurable core flecks, see
[the generated configuration page](/docs/flecks/@flecks/dox/config).
Each fleck may have configuration that can be set through `build/flecks.yml`. For a deep dive of
configurable core flecks, see [the generated configuration page](./flecks/config).
## `build/flecks.yml`

View File

@ -20,7 +20,7 @@ flecks is built with supreme attention to the developer and end-user experience.
- 🧩 **Small but pluggable**
- The simplest application is two flecks, `core` and `server` (**7 MB** production server size): you don't pay for what you don't buy
- Endlessly configurable through built-in [hooks](./flecks/@flecks/dox/hooks) and then your own
- Endlessly configurable through built-in [hooks](./flecks/hooks) and then your own
- 🛠️ **Ready to build maintainable and performant production applications**
- [Documentation](./documentation) generation for your project with no fuss
- [Write tests](./testing), run on server/in browser/...