aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/scripts/website.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/website.sh b/src/scripts/website.sh
index be4fc1685..9662537e7 100755
--- a/src/scripts/website.sh
+++ b/src/scripts/website.sh
@@ -2,7 +2,7 @@
set -e
which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if available
-SPHINX_CONFIG=./src/build-data/sphinx
+SPHINX_CONFIG=./src/configs/sphinx
WEBSITE_DIR=./www-botan
WEBSITE_SRC_DIR=./www-src