From d239350ee49f80e38c690a0b641417ea87216ae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 25 Aug 2022 11:11:51 +0200 Subject: [PATCH] Website: cleanup, reformat markdown table --- .../content/usage/worker-configuration/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/project-website/content/usage/worker-configuration/_index.md b/web/project-website/content/usage/worker-configuration/_index.md index 038ee139..09e8c482 100644 --- a/web/project-website/content/usage/worker-configuration/_index.md +++ b/web/project-website/content/usage/worker-configuration/_index.md @@ -29,11 +29,11 @@ and a *database file* to queue task updates when the Manager is unreachable. These files are stored in a platform-specific location: -| Platform | Default location | -| -- | -- | -| Linux | `$HOME/.local/share/flamenco` | -| Windows | `C:\Users\UserName\AppData\Local\Blender Foundation\Flamenco` | -| macOS | `$HOME/Library/Application Support/Flamenco` | +| Platform | Default location | +|----------|---------------------------------------------------------------| +| Linux | `$HOME/.local/share/flamenco` | +| Windows | `C:\Users\UserName\AppData\Local\Blender Foundation\Flamenco` | +| macOS | `$HOME/Library/Application Support/Flamenco` | ## Configuration from Environment Variables