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 c499bb5 commit 39c0cd2Copy full SHA for 39c0cd2
nginx.conf
@@ -322,4 +322,6 @@ server {
322
location /crawlee-python {
323
proxy_pass https://apify.github.io/crawlee-python/;
324
}
325
+ # Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x"
326
+ rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent;
327
0 commit comments