Skip to content

Commit 4e35a06

Browse files
committed
chore: add redirect
1 parent 3cc3dbc commit 4e35a06

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
@@ -308,6 +308,8 @@ server {
308308
# Removed pages
309309
# GPT plugins were discontinued April 9th, 2024 - https://help.openai.com/en/articles/8988022-winding-down-the-chatgpt-plugins-beta
310310
rewrite ^/platform/integrations/chatgpt-plugin$ https://blog.apify.com/add-custom-actions-to-your-gpts/ redirect;
311+
# TypeScript course was removed from the Academy - https://github.com/apify/apify-docs/pull/1552
312+
rewrite ^/academy/switching-to-typescript(/.*)?$ https://apify.com/templates/categories/typescript permanent;
311313

312314
# Python docs
313315

0 commit comments

Comments
 (0)