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 6abeb9b commit 478c407Copy full SHA for 478c407
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