Skip to content

Commit b790d5e

Browse files
authored
chore: add redirect for crawlee-python upgrading page
1 parent c499bb5 commit b790d5e

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
@@ -312,6 +312,8 @@ server {
312312
server {
313313
listen 0.0.0.0:8080;
314314
server_name 'crawlee.dev';
315+
# Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x"
316+
rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent;
315317
location / {
316318
proxy_pass https://apify.github.io/crawlee/;
317319
}

0 commit comments

Comments
 (0)