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

Commit 0c8688a

Browse files
authored
Merge pull request #1255 from NativeScript/tsonevn_broken_links
fixing broken links
2 parents 92239a6 + 25b423f commit 0c8688a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ http {
105105
# Redirect Angular Code Samples to UI Widgets
106106
rewrite ^/angular/code-samples/ui/(.*) $proto://$host_and_port/angular/ui/ng-ui-widgets/$1 permanent;
107107
rewrite ^/angular/code-samples/ui/layouts $proto://$host_and_port/angular/ui/layouts/layout-containers permanent;
108+
rewrite ^/angular/ui/(.*) $proto://$host_and_port/angular/ui/components/ permanent;
108109

109110
# Redirect Angular Code Samples (that were outside UI section)
110111
rewrite ^/angular/cookbook/application $proto://$host_and_port/angular/ng-framework-modules/application permanent;

0 commit comments

Comments
 (0)