chore(doc): Slugs must be flat

Should be:
- http://127.0.0.1:5566/services-flake/datadir

Not:
- http://127.0.0.1:5566/services-flake/guide/datadir
This commit is contained in:
Sridhar Ratnakumar 2024-03-13 07:59:03 -04:00 committed by Sridhar Ratnakumar
parent 67ac470c2d
commit c7d48bbc87
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{#socket-path}
### Unix-domain socket path is too long
We already talk about this in the [data directory guide](guide/datadir.md#socket-path). In case of postgres, you can set `socketDir` while keeping the `dataDir` unchanged.
We already talk about this in the [data directory guide](datadir.md#socket-path). In case of postgres, you can set `socketDir` while keeping the `dataDir` unchanged.
>[!note]
> The `socketDir` must be set to a shorter path (less than 100 chars) as a workaround.