updated path in api doc generator script

pull/1272/head
Scott Anderson 2020-08-06 09:52:18 -06:00
parent c417cc8df6
commit f79771d336
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ weight: 102
# Remove redoc file and move the tmp file to it's proper place
rm -f redoc-static.html
mv $version.tmp ../content/$version/api.html
mv $version.tmp ../content/influxdb/$version/api.html
done