From f79771d336458a8615bdf599288abed6548fed09 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Thu, 6 Aug 2020 09:52:18 -0600 Subject: [PATCH] updated path in api doc generator script --- api-docs/generate-api-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-docs/generate-api-docs.sh b/api-docs/generate-api-docs.sh index 1f80e8a21..1a8a20370 100644 --- a/api-docs/generate-api-docs.sh +++ b/api-docs/generate-api-docs.sh @@ -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