diff --git a/build-docs.sh b/build-docs.sh
index 2cf887e..3a5340a 100755
--- a/build-docs.sh
+++ b/build-docs.sh
@@ -1,4 +1,4 @@
 cargo doc --no-deps
 rm -rf ./docs
-echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > target/doc/index.html
+echo "<meta http-equiv=\"refresh\" content=\"0; url=csflow/index.html\">" > target/doc/index.html
 cp -r target/doc ./docs
\ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index ef94110..78365ee 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1 +1 @@
-<meta http-equiv="refresh" content="0; url=build_wheel">
+<meta http-equiv="refresh" content="0; url=csflow/index.html">