Skip to content

Commit 39c0cd2

Browse files
authored
chore: add redirect for crawlee-python upgrading page (#1273)
1 parent c499bb5 commit 39c0cd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,6 @@ server {
322322
location /crawlee-python {
323323
proxy_pass https://apify.github.io/crawlee-python/;
324324
}
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;
325327
}

0 commit comments

Comments
 (0)