Skip to content

Commit b552a34

Browse files
authored
docs: add redirect for python docs (#1449)
1 parent ff2706e commit b552a34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,10 @@ server {
305305
# Removed pages
306306
# GPT plugins were discontinued April 9th, 2024 - https://help.openai.com/en/articles/8988022-winding-down-the-chatgpt-plugins-beta
307307
rewrite ^/platform/integrations/chatgpt-plugin$ https://blog.apify.com/add-custom-actions-to-your-gpts/ redirect;
308+
309+
# Python docs
310+
311+
rewrite ^/api/client/python/docs$ /api/client/python/docs/overview/introduction permanent;
308312
}
309313

310314
# Temporarily used to route crawlee.dev to the Crawlee GitHub pages.

0 commit comments

Comments
 (0)