Skip to content

Commit

Permalink
fix: missing redirections
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Dec 11, 2024
1 parent 945d722 commit 72e4ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docker/caddy/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ redir @distribution /docs/symfony/
redir @coreToSymfony /docs/symfony/{re.pathMatch.1}/

@angular path_regexp pathMatch ^/docs/core/angularjs-integration(?:/?)$
redir @angular /docs/core/angular-integration/
redir @angular /docs/core/client-integration/

@docsroot path_regexp ^/docs(/?)$
redir @docsroot /docs/symfony/
Expand Down

0 comments on commit 72e4ae9

Please sign in to comment.