Skip to content

Commit cf9741e

Browse files
authored
Nginx: Fix landing page urls (#1003)
1 parent 86dbb37 commit cf9741e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/nginx/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NGINX Plus adds a range of premium features to address enterprise needs.
2828

2929
{{<card-layout>}}
3030
{{<card-section showAsCards="true" isFeaturedSection="true">}}
31-
{{<card title="Install NGINX Plus" titleUrl="/nginx/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
31+
{{<card title="Install NGINX Plus" titleUrl="/nginx/admin-guide/installing-nginx/installing-nginx-plus/" icon="unplug" isFullSize="true">}}
3232
Install NGINX Plus on different operating systems.
3333
{{</card >}}
3434
{{</card-section>}}
@@ -37,10 +37,10 @@ NGINX Plus adds a range of premium features to address enterprise needs.
3737

3838
{{<card-layout>}}
3939
{{<card-section showAsCards="true" >}}
40-
{{<card title="Install NGINX Open Source" titleUrl="/nginx/installing-nginx/installing-nginx-open-source/" >}}
40+
{{<card title="Install NGINX Open Source" titleUrl="/nginx/admin-guide/installing-nginx/installing-nginx-open-source/" >}}
4141
Install NGINX Open Source. Compile from source.
4242
{{</card>}}
43-
{{<card title="Set up HTTP load balancing" titleUrl="/admin-guide/load-balancer/http-load-balancer/" >}}
43+
{{<card title="Set up HTTP load balancing" titleUrl="/nginx/admin-guide/load-balancer/http-load-balancer/" >}}
4444
Keep your servers running.
4545
{{</ card >}}
4646
{{<card title="Set up a web server" titleUrl="/nginx/admin-guide/web-server/web-server/" >}}

0 commit comments

Comments
 (0)