Skip to content

Commit 373ed72

Browse files
authored
Fix Platform.sh redirects for "Using Composer" page (#242)
Fixed #241
1 parent c24a096 commit 373ed72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.platform/routes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ https://{default}/:
88

99
# Outline change
1010
"/commerce2/developer-guide/getting-started": {"to": "/commerce2/getting-started"}
11-
"/commerce2/getting-started/using-composer": {"to": "/commerce2/developer-guide/install-update/using-composer"}
11+
"/commerce2/developer-guide/install-update/using-composer": {"to": "/commerce2/getting-started/using-composer"}
1212
"/commerce2/getting-started/install": {"to": "/developer-guide/install-update/installation"}
1313
"/commerce2/getting-started/update": {"to": "/developer-guide/install-update/updating"}
1414
"/commerce2/getting-started/contributing": {"to": "/commerce2/developer-guide/contributing"}

0 commit comments

Comments
 (0)