Skip to content

Commit

Permalink
fix: Add redirect from crawlee.dev/python/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
janbuchar committed Dec 19, 2024
1 parent e06b8d4 commit 723e64d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,7 @@ server {
}
# Redirect rule for "upgrading-to-v03" to "upgrading-to-v0x"
rewrite ^/python/docs/upgrading/upgrading-to-v03$ /python/docs/upgrading/upgrading-to-v0x permanent;

# Redirect rule so that /python/docs actually leads somewhere
rewrite ^/python/docs/?$ /python/docs/quick-start;
}

0 comments on commit 723e64d

Please sign in to comment.