diff --git a/doc.zih.tu-dresden.de/util/download-newest-mermaid.js.sh b/doc.zih.tu-dresden.de/util/download-newest-mermaid.js.sh index 90074e09800cc601aace74bcd1d3420d432ccbae..d01622e4bba4188479370be170339b1f01308074 100755 --- a/doc.zih.tu-dresden.de/util/download-newest-mermaid.js.sh +++ b/doc.zih.tu-dresden.de/util/download-newest-mermaid.js.sh @@ -6,4 +6,4 @@ scriptpath=${BASH_SOURCE[0]} basedir=`dirname "$scriptpath"` basedir=`dirname "$basedir"` cd $basedir/tud_theme/javascripts -wget https://unpkg.com/mermaid/dist/mermaid.esm.min.mjs +wget https://unpkg.com/mermaid@9.4.0/dist/mermaid.min.js