Skip to content

Commit 0164c83

Browse files
committed
fix: remove leftover from git rebase
1 parent 99c7c23 commit 0164c83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

nginx.conf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,6 @@ server {
533533
rewrite ^/platform/actors/development/testing-and-maintenance$ /platform/actors/development/deployment/automated-tests redirect;
534534
rewrite ^/platform/actors/development/source-code$ /platform/actors/development/deployment/source-types redirect;
535535

536-
# Rename output schema to dataset schema
537-
rewrite ^/platform/actors/development/actor-definition/output-schema$ /platform/actors/development/actor-definition/dataset-schema permanent;
538-
rewrite ^/academy/deploying-your-code/output-schema$ /academy/deploying-your-code/dataset-schema permanent;
539-
540536
# Academy restructuring
541537
rewrite ^/academy/advanced-web-scraping/scraping-paginated-sites$ /academy/advanced-web-scraping/crawling/crawling-with-search permanent;
542538
rewrite ^/academy/php$ /academy/php/use-apify-from-php redirect; # not permanent in case we want to reuse /php in the future

0 commit comments

Comments
 (0)