Skip to content

Commit c9ea83a

Browse files
committed
Update
1 parent ded6b37 commit c9ea83a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

redirects.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
redirects = {
2-
"intermediate/flask_rest_api_tutorial": "/index.html",
3-
"beginner/ptcheat.html": "/index.html",
4-
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "/index.html",
2+
"intermediate/flask_rest_api_tutorial": "../index.html",
3+
"beginner/ptcheat.html": "../index.html",
4+
"beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
55
}

0 commit comments

Comments
 (0)