We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded6b37 commit c9ea83aCopy full SHA for c9ea83a
redirects.py
@@ -1,5 +1,5 @@
1
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",
+ "intermediate/flask_rest_api_tutorial": "../index.html",
+ "beginner/ptcheat.html": "../index.html",
+ "beginner/deploy_seq2seq_hybrid_frontend_tutorial.html": "../index.html",
5
}
0 commit comments