Skip to content

Commit

Permalink
fix: make_docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jul 10, 2023
1 parent 2c5863b commit 503e8e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<meta http-equiv="refresh" content="0; url=halo2-base">
<meta http-equiv="refresh" content="0; url=halo2_base" />
2 changes: 1 addition & 1 deletion make_docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
cargo doc --no-deps
rm -rf ./docs
echo "<meta http-equiv=\"refresh\" content=\"0; url=halo2-base\">" > target/doc/index.html
echo "<meta http-equiv=\"refresh\" content=\"0; url=halo2_base\">" > target/doc/index.html
cp -r target/doc ./docs

0 comments on commit 503e8e7

Please sign in to comment.