Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 5a767da

Browse files
committed
fix: nginx redirect for Icon Fonts atrticle
1 parent 86f433a commit 5a767da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ http {
158158
rewrite ^(/angular)?/start/hello-world/ng-chapter-1 $proto://$host_and_port$1/start/introduction permanent;
159159

160160
# Redirect duplicate Icon Fonts aerticle to the updated UI examples
161-
rewrite ^(/angular)?/ui/icon-fonts $proto://$host_and_port$1/ui/ns-ui-widgets/icon-fonts permanent;
161+
rewrite ^(/angular)?/ui/ns-ui-widgets/icon-fonts $proto://$host_and_port$1/ui/icon-fonts permanent;
162162

163163
# Redirect the JavaScript Groceries tutorial links
164164
rewrite ^/start/getting-started $proto://$host_and_port/start/introduction permanent;

0 commit comments

Comments
 (0)