summaryrefslogtreecommitdiff
path: root/docs/serve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/serve.sh')
-rwxr-xr-xdocs/serve.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/serve.sh b/docs/serve.sh
index fd8b94c63..b10c7649f 100755
--- a/docs/serve.sh
+++ b/docs/serve.sh
@@ -2,8 +2,8 @@
set -e
cd "$(dirname "$0")"
-if [ ! -s docs/lab/fonts ]; then
- ln -s ../../build/dist docs/lab/fonts
+if [ ! -s lab/fonts ]; then
+ ln -s ../../build/dist lab/fonts
fi
if (which caddy >/dev/null); then