summaryrefslogtreecommitdiff
path: root/docs/serve.sh
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-22 13:45:47 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-22 13:45:47 +0300
commit80ea7a323b48a1e70a112b3461be97ac67ff1585 (patch)
tree6533acf2dd9a96a2e64a171c16d063bd88704c9c /docs/serve.sh
parent29bb6cfb7fa64eff21bbe2003df06c394d194e3f (diff)
downloadinter-80ea7a323b48a1e70a112b3461be97ac67ff1585.tar.xz
website fixes, primarily mobile
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