diff --git a/build/unix/makereleasenotes.sh b/build/unix/makereleasenotes.sh
index 6aa9c66bad4191a16266c718b563551050f3433c..17431a825278f6afaefee5c5fdd0a93308bb3fd3 100755
--- a/build/unix/makereleasenotes.sh
+++ b/build/unix/makereleasenotes.sh
@@ -54,7 +54,7 @@ for v in $VERS; do
 done
 echo ""
 
-pandoc -f markdown -t html -s -S -f markdown --toc -H docbook/users-guide/css/github.css --mathjax \
+pandoc -f markdown -t html -s -S -f markdown --toc -H documentation/users-guide/css/github.css --mathjax \
 $OUTDIR/v${v}/index.md -o $OUTDIR/v${v}/index.html
 
 echo "Generated $OUTDIR/v${v}/index.html"