Skip to content

Commit f8db1e6

Browse files
authored
docs: fix typo in nginx.conf (#1169)
1 parent 380ddce commit f8db1e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ server {
299299
rewrite ^/platform/actors/development/source-code$ /platform/actors/development/deployment/source-types redirect;
300300

301301
# Rename output schema to dataset schema
302-
rewrite ^/platform/actors/development/actors-definition/output-schema$ /platform/actors/development/actors-definition/dataset-schema permanent;
302+
rewrite ^/platform/actors/development/actor-definition/output-schema$ /platform/actors/development/actor-definition/dataset-schema permanent;
303303
rewrite ^academy/deploying-your-code/output-schema$ /academy/deploying-your-code/dataset-schema permanent;
304304

305305
# Removed pages

0 commit comments

Comments
 (0)